You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the readme maybe separate automatic forecast into auto_ets and auto_arima, adding an example for the last:
model =auto_arima(log_air_passengers; seasonal =12)
And in documentation improve the automatic forecast section adding working examples of auto-arima. Saying that is possible to fix an integration order, play with the parameters...
The text was updated successfully, but these errors were encountered:
In the readme maybe separate automatic forecast into auto_ets and auto_arima, adding an example for the last:
And in documentation improve the automatic forecast section adding working examples of auto-arima. Saying that is possible to fix an integration order, play with the parameters...
The text was updated successfully, but these errors were encountered: