-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimum orders in auto_arima #550
Comments
I have the same issue, it is driving me mad. I am trying to figure it out in the code, will let you know if I manage to fix it |
I found how to deal with it, but beware, this is not an official solution by the people who made the original API, I made it to make my work easier. Also I am not sure if it will damage the overall Stepwise search or anything else, nevertheless if you don't use Stepwise, for now it does seem to work:
Bosh, save and restart your kernel, now the autoarima will respect the start parameters. I also just tried the Stepwise, and confirm that this amateur fix doesn't work when using Stepwise. |
In$p$ ), first-differencing ($d$ ), and moving average ($q$ ) terms. Would there be any value in being able to specify minimum values of $p$ , $d$ , and $q$ to search over? Maybe this could help speed up the search (by reducing the search space) or give users more flexibility in constraining their models (i.e. if the user had additional domain-knowledge insight into what kind of model was appropriate).
pmdarima.arima.auto_arima
,max_p
,max_d
, andmax_q
can be specified to indicate the maximum orders of the autoregressive (The text was updated successfully, but these errors were encountered: