Data
M3-competition-month

M3-competition-month

active ARFF Creative Commons Attribution 4.0 International Visibility: public Uploaded 25-06-2024 by Bruno Belucci Teixeira
0 likes downloaded by 0 people , 0 total downloads 0 issues 0 downvotes
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
M3-Competition for time series forecasting, monthly data. From original source: ----- The 3003 series of the M3-Competition were selected on a quota basis to include various types of time series data (micro, industry, macro, etc.) and different time intervals between successive observations (yearly, quarterly, etc.). In order to ensure that enough data were available to develop an adequate forecasting model it was decided to have a minimum number of observations for each type of data. This minimum was set as 14 observations for yearly series (the median length for the 645 yearly series is 19 observations), 16 for quarterly (the median length for the 756 quarterly series is 44 observations), 48 for monthly (the median length for the 1428 monthly series is 115 observations) and 60 for 'other' series (the median length for the 174 'other' series is 63 observations). Table 1 shows the classification of the 3003 series according to the two major groupings described above. All the time series data are strictly positive; a test has been done on all the forecasted values: in the case of a negative value, it was substituted by zero. This avoids any problem in the various MAPE measures. As in the M-Competition, the participating experts were asked to make the following numbers of forecasts beyond the available data they had been given: six for yearly, eight for quarterly, 18 for monthly and eight for the category 'other'. Their forecasts were, subsequently, compared by the authors (the actual values referred to such forecasts were not available to the participating experts when they were making their forecasts and were not, therefore, used in developing their forecasting model). A presentation of the accuracy of such forecasts together with a discussion of the major findings is provided in the next section. ----- There are 5 columns: id_series: The id of the time series. date: The date of the time series in the format "%Y-%m-%d". time_step: The time step on the time series. covariate_0: Covariate values of the time series, tied to the 'id_series'. Not interested in forecasting, but can help with the forecasting task. value_0: The values of the time series, which will be used for the forecasting task. Preprocessing: 1 - Melted the data, obtaining columns 'time_step' and 'value_0'. 2 - Dropped nan values. The nan values correspond to time series that are shorter than the time series with maximum lenght, there are no nans in the middle of a time series. 3 - Created a 'date' column using the 'Time Step', 'Starting Year', and 'Starting Quarter'. We offset the starting date (created from 'Starting Year' and 'Starting Month') by ('Time Steps' - 1) months. 4 - Dropped columns 'N', 'NF', 'Starting Year' and renamed column 'Series' to 'id_series' and 'Category' to 'covariate_0'. These values can be recreated in preprocessing steps if needed. N was the total number of observations. NF was the required number of forecast values to be forecasted for each time series, for the monthly dataset it was always 18. Therefore, if one wants to evaluate their model to be compared with other models from the original competition, the last 18 values of each time series are considered the test dataset. 5 - Casted 'date' to str, 'time_step' to int, 'value_0' to float, and defined 'id_series' and 'covariate_0' as 'category'.

5 features

id_seriesnominal1428 unique values
0 missing
covariate_0nominal6 unique values
0 missing
time_stepnumeric144 unique values
0 missing
value_0numeric39161 unique values
0 missing
datestring1778 unique values
0 missing

19 properties

167562
Number of instances (rows) of the dataset.
5
Number of attributes (columns) of the dataset.
Number of distinct values of the target attribute (if it is nominal).
0
Number of missing values in the dataset.
0
Number of instances with at least one value missing.
2
Number of numeric attributes.
2
Number of nominal attributes.
0
Percentage of binary attributes.
0
Percentage of instances having missing values.
Average class difference between consecutive instances.
0
Percentage of missing values.
0
Number of attributes divided by the number of instances.
40
Percentage of numeric attributes.
Percentage of instances belonging to the most frequent class.
40
Percentage of nominal attributes.
Number of instances belonging to the most frequent class.
Percentage of instances belonging to the least frequent class.
Number of instances belonging to the least frequent class.
0
Number of binary attributes.

0 tasks

Define a new task