datasetsforecast icon indicating copy to clipboard operation
datasetsforecast copied to clipboard

datasetsforecast no data in datasetsforecast

Open Sandy4321 opened this issue 1 year ago • 3 comments

something wrong in you package

from datasetsforecast.phm2008 import PHM2008 gives error and there is no favorita data neither

may you add data asap I installed on windows datasetsforecast today using pip

Sandy4321 avatar Sep 19 '24 18:09 Sandy4321

Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

from datasetsforecast.phm2008 import PHM2008 Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'datasetsforecast.phm2008'

Sandy4321 avatar Sep 19 '24 18:09 Sandy4321

https://nixtlaverse.nixtla.io/datasetsforecast/favorita.html#favorita-usage-example

from datasetsforecast.favorita import FavoritaData Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'datasetsforecast.favorita'

Sandy4321 avatar Sep 19 '24 18:09 Sandy4321

can you add data asap pls

Sandy4321 avatar Sep 19 '24 18:09 Sandy4321

can you add data asap pls

Sandy4321 avatar Nov 24 '24 18:11 Sandy4321

These are available in the 1.0.0 release. If you upgrade the package you should able to use them, feel free to reopen otherwise.

jmoralez avatar Dec 06 '24 00:12 jmoralez

can you share code how to test how each data set is downloaded and save data to pkl file I get error Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

from datasetsforecast.phm2008 import PHM2008 from datasetsforecast.M5 import M5 Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'datasetsforecast.M5'

Sandy4321 avatar Jan 06 '25 16:01 Sandy4321

the module name is lowercase, i.e. from datasetsforecast.m5 import M5

jmoralez avatar Jan 06 '25 17:01 jmoralez