Baselight

M4 Forecasting Competition Dataset

The Makridakis competition for benchmarking modern ML methods for forecasting

@kaggle.yogesh94_m4_forecasting_competition_dataset

Yearly Test
@kaggle.yogesh94_m4_forecasting_competition_dataset.yearly_test

  • 999.5 KB
  • 23000 rows
  • 7 columns
v1

V1

v2

V2

v3

V3

v4

V4

v5

V5

v6

V6

v7

V7

Y17290.27392.67527.67594.87720.77823.2
Y2159813661288114811391062
Y3844086608780883089909230
Y495409790994099401011010400
Y5684074207570801082408730
Y63751.793854.544003.454229.124502.054741.77
Y73169.243188.373231.053318.343430.453540.68
Y82357.82357.192359.222346.792349.572352.89
Y92234.8912235.6052234.6822232.1852217.8272206.212
Y102170.2042162.92181.9062167.4752135.7082122.196

CREATE TABLE yearly_test (
  "v1" VARCHAR,
  "v2" DOUBLE,
  "v3" DOUBLE,
  "v4" DOUBLE,
  "v5" DOUBLE,
  "v6" DOUBLE,
  "v7" DOUBLE
);

Share link

Anyone who has the link will be able to view this.