ServiceNow / N-BEATS

N-BEATS is a neural-network based model for univariate timeseries forecasting. N-BEATS is a ServiceNow Research project that was started at Element AI.
Other
508 stars 116 forks source link

M4 experiment is not avalable #12

Closed Dolores2333 closed 3 years ago

Dolores2333 commented 3 years ago

The M4 dataset url link in the script is not available. Though I mannually downloaded the datasets from M4Competition , the make run command still fails.

Dolores2333 commented 3 years ago

Wired. If I move download method in dataset/m4.py out of the class and run it first then the download process is ok. But errors reported if I use download method as a class method which is exactly use by the author.

hamdi commented 2 years ago

Encountered this issue too because the download links for the M4 dataset are dead. Solved it by replacing them with the following links: TRAINING_DATASET_URL = 'https://git.islab.ntua.gr/stralex/m3-m4/raw/master/data/M4DataSet.zip' TEST_DATASET_URL = 'https://git.islab.ntua.gr/stralex/m3-m4/raw/master/data/M-test-set.zip' INFO_URL = 'https://git.islab.ntua.gr/stralex/m3-m4/raw/master/data/M4Info.csv'