Skip to content

Auto Arima is not working #217

Answered by AzulGarza
Abhaysharma53 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Abhaysharma53!

The problem probably arises from the update of the models that we made from version 1.0.0. Before that version, the models followed a functional paradigm. The most recent version uses classes with fit and predict methods (like sklearn). So, to import auto arima the new line would be:

from statsforecast.models import AutoARIMA

You can find an example of the new syntaxis here: https://nixtla.github.io/statsforecast/examples/Getting_Started_with_Auto_Arima_and_ETS.html.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Abhaysharma53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants