Dimensional issue while running statsforecast.models experiments #784
Unanswered
zrqxiangshuijiao
asked this question in
Q&A
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? |
0 replies
|
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: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!
All reactions