Nixtla/hierarchicalforecast

No such file or directory in datasetsforecast.hierarchical

kalsouza opened this issue · 3 comments

I'm unable to use the code in the introduction to this package as I cannot get the dataset. This line:

Y_df, S_df, tags = HierarchicalData.load('./data', 'Wiki2')

Gives the following error:
FileNotFoundError: [Errno 2] No such file or directory: 'data\hierarchical\Wiki2\agg_mat.csv'

hey @kalsouza! Thanks for letting us know about the issue. Could you tell us a little bit more about the python version and operating system you are using? I tried it on google colab and it works as expected:
image

Python 3.9.12. It's the version - solved. Feel free to delete

Thank you @kalsouza! Glad to hear that. To have a reference, what version solved the issue?