Dimensional issue while running statsforecast.models experiments #784
Replies: 2 comments
-
Hey @zrqxiangshuijiao, thanks for using statsforecast. Can you provide the code that you're running and also which version of statsforecast you're using? |
Beta Was this translation helpful? Give feedback.
-
I am having the very same issue. Although running the very same code they have in the tutorial, I always get "IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed". This is my code that causes the issue: And my dataset was aggregated by aggregate() function and indeed has columns: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am new to Nixtla and currently working on my master thesis.
I have encountered a dimensional issue while running statsforecast.models experiments on a pandas dataframe which has 3 columns.
It shows: IndexError: too many indices for array: array is 1-dimensional, but 2 were indexed.
Does anyone encounter same or similar issue and happen to know how to fix it?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions