Auto-regression model doesn't work ? #425
-
Hey, couldn't find anything online for this error : Raise ValueError("cannot reindex from a duplicate axis") When I am tring to fit the model to my simple dataset data_prophet this way:
where
What's wrong here ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @theoeiferman |
Beta Was this translation helpful? Give feedback.
Hi @theoeiferman
This sounds like a data format issue. Might you have an index in your dataframe?
You can try creating a fresh dataframe without an index and just 'ds' and 'y' columns.
If that does not resolve it, please share some details about your dataframe.