You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm only using data for Store==1 (143 rows of data) and the first three columns only (Store, Date, Weekly_Sales). Prior to running the function, I set the index as the Date column.
I've run into a bug that I can't fix when trying to prepare a dataset for finetuning.
Here's the code:
Then, when I run
python -m uni2ts.data.builder.simple sales_data sales_dataset/sales_data.csv --offset 40 --dataset_type long
, I get the error:IndexError: index 0 is out of bounds for axis 0 with size 0
. Not sure why that happens, as my df is not empty, and the .csv is not empty either.What am I missing?
The text was updated successfully, but these errors were encountered: