{ "data_id": "46235", "name": "Tourism-competition-monthly", "exact_name": "Tourism-competition-monthly", "version": 1, "version_label": null, "description": "Tourism competion for time series forecasting, monthly data\n\nFrom original source:\n-----\nThe data we use include 366 monthly series, 427 quarterly series and 518 yearly series. They were supplied by both tourism bodies (such as Tourism Australia, the Hong Kong Tourism Board and Tourism New Zealand) and various academics, who had used them in previous tourism forecasting studies (please refer to the acknowledgements and details of the data sources and availability).\n\nA subset of these series was used for evaluating the forecasting performances of the methods that use explanatory variables. There were 93 quarterly series and 129 yearly series for which we had explanatory variables available. With the exception of 34 yearly series (which represented tourism numbers by purpose of travel at a national level), all of the other series represented total tourism numbers at a country level of aggregation.\n\nFor each series we split the data into an estimation sample and a hold-out sample which was hidden from all of the co-authors. For each monthly series, the hold-out sample consisted of the 24 most recent observations; for quarterly data, it was the last 8 observations; and for yearly data it consisted of the final 4 observations. Each method was implemented (or trained) on the estimation sample, and forecasts were produced for the whole of the hold-out sample for each series. The forecasts were then compared to the actual withheld observations.\n-----\n\nThere are 4 columns:\n\nid_series: The id of the time series.\n\ndate: The date of the time series in the format \"%Y-%m-%d\".\n\ntime_step: The time step on the time series.\n\nvalue_0: The values of the time series, which will be used for the forecasting task.\n\n\nPreprocessing:\n\nTraining (in) set\n\n1 - Renamed first three columns to 'n' and 'starting_year' and 'starting_month', and renamed the other columns to reflect the actual time_step of the time series.\n\n2 - Melted the data, obtaining columns 'time_step' and 'value_0'.\n\n3 - Dropped nan values.\n\nThe 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.\n\n3 - Obtained the 'date' from the 'starting_year', 'starting_month' and 'time_step'.\n\n4 - Casted 'date' to str, 'time_step' to int, 'value_0' to float, and defined 'id_series' as 'category'.\n\nTest (oos) set:\n\nSame as for the training set. \n\nFinally, we have concatenated both training and test set. If one wants to use the same train and test set of the competition, the last N points should be\nused as test set, where N is 24 for the montthly dataset, 8 for the quarterly dataset and 4 for the yearly dataset.", "format": "arff", "uploader": "Bruno Belucci Teixeira", "uploader_id": 30703, "visibility": "public", "creator": "\"George Athanasopoulos a, Rob J. Hyndman b, Haiyan Song c, Doris C. Wu c\"", "contributor": "\"Bruno Belucci\"", "date": "2024-06-25 00:31:45", "update_comment": null, "last_update": "2024-06-25 00:31:45", "licence": "Creative Commons Attribution 4.0 International", "status": "active", "error_message": null, "url": "https:\/\/api.openml.org\/data\/download\/22120699\/dataset", "default_target_attribute": null, "row_id_attribute": null, "ignore_attribute": null, "runs": 0, "suggest": { "input": [ "Tourism-competition-monthly", "Tourism competion for time series forecasting, monthly data From original source: ----- The data we use include 366 monthly series, 427 quarterly series and 518 yearly series. They were supplied by both tourism bodies (such as Tourism Australia, the Hong Kong Tourism Board and Tourism New Zealand) and various academics, who had used them in previous tourism forecasting studies (please refer to the acknowledgements and details of the data sources and availability). A subset of these series was us " ], "weight": 5 }, "qualities": { "NumberOfInstances": 109280, "NumberOfFeatures": 4, "NumberOfClasses": null, "NumberOfMissingValues": 0, "NumberOfInstancesWithMissingValues": 0, "NumberOfNumericFeatures": 2, "NumberOfSymbolicFeatures": 1, "PercentageOfBinaryFeatures": 0, "PercentageOfInstancesWithMissingValues": 0, "AutoCorrelation": null, "PercentageOfMissingValues": 0, "Dimensionality": 3.6603221083455344e-5, "PercentageOfNumericFeatures": 50, "MajorityClassPercentage": null, "PercentageOfSymbolicFeatures": 25, "MajorityClassSize": null, "MinorityClassPercentage": null, "MinorityClassSize": null, "NumberOfBinaryFeatures": 0 }, "tags": [], "features": [ { "name": "id_series", "index": "0", "type": "nominal", "distinct": "366", "missing": "0", "distr": [] }, { "name": "value_0", "index": "1", "type": "numeric", "distinct": "23015", "missing": "0", "min": "0", "max": "1364825", "mean": "9969", "stdev": "38147" }, { "name": "date", "index": "2", "type": "string", "distinct": "345", "missing": "0" }, { "name": "time_step", "index": "3", "type": "numeric", "distinct": "333", "missing": "0", "min": "0", "max": "332", "mean": "154", "stdev": "93" } ], "nr_of_issues": 0, "nr_of_downvotes": 0, "nr_of_likes": 0, "nr_of_downloads": 0, "total_downloads": 0, "reach": 0, "reuse": 0, "impact_of_reuse": 0, "reach_of_reuse": 0, "impact": 0 }