carlomazzaferro / scikit-hts-examples

Example usage of scikit-hts
MIT License
53 stars 22 forks source link

Where can I find the data pointing to pd.read_csv()? #3

Closed slava-keshkov closed 3 years ago

slava-keshkov commented 3 years ago

Hi there!

I would like to test the notebook you are so kind to share in /M5.

However, there is no csv file that you mention here:

train = pandas.read_csv(os.path.join(data, 'sales_train_validation.csv'), 
                        encoding='utf-8', 
                        engine='c')# .drop('item_id', 1)

Let me know where I can find it

carlomazzaferro commented 3 years ago

https://www.kaggle.com/c/m5-forecasting-accuracy/data here!