Closed pankaj-kvhld closed 1 year ago
I have same problem Managed to solve?
hey @pankaj-kvhld and @rafaepires! I think the problem is related to the version of statsforecast you're using. Could you try updating the version using pip install -U statsforecast
? I tested the code using colab and it works as expected. Here you can reproduce it.
Same issue any updates here?
Hey @anonymouspapi and @rafaepires,
This error is related to the dtype of the 'ds' column.
Can you try converting it with pd.to_datetime
?
Alternatively, updating the StatsForecast pip install -U statsforecast
may help
Closing due to lack of response and because it's a datasetsforecast/statsforecast issue.
Getting the above error in running the example from the Readme.MD it self:
When calling forecast, I get the error.