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
I use the same input data and almost the same set of parameters for statsforecast.**arima**.AutoARIMA and for statsforecast.**models**.AutoARIMA and get different results. The only difference is that for the "arima" submodule, I specify period=12, while with the "models" submodule, I chose season_length=12 (there is no "period" argument). Everything else is the same.
After fitting the models, I compared the "arma" results of the best models, and I got different results, but none of them matched R's forecast results. Moreover, in the "arma", I see "1" in the periodicity instead of "12", even though I ask for a seasonal version each time (seasonal=True).
If that is already scheduled for change in the #497 issue, then I would like to know which version will be the final and why the periodicity is not displayed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use the same input data and almost the same set of parameters for
statsforecast.**arima**.AutoARIMA
and forstatsforecast.**models**.AutoARIMA
and get different results. The only difference is that for the "arima" submodule, I specifyperiod=12
, while with the "models" submodule, I choseseason_length=12
(there is no "period" argument). Everything else is the same.After fitting the models, I compared the "arma" results of the best models, and I got different results, but none of them matched R's
forecast
results. Moreover, in the "arma", I see "1" in the periodicity instead of "12", even though I ask for a seasonal version each time (seasonal=True
).If that is already scheduled for change in the #497 issue, then I would like to know which version will be the final and why the periodicity is not displayed.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions