Closed filiphagan closed 3 years ago
Can you share the code used that resulted in these models? Under the hood, this is simply creating statsmodels SARIMAX
models over which we have no control, but if you can share the code that produced these I might be able to explain what's going on
Closing due to inactivity. Please reopen with more details, if needed.
Question I applied auto_arima to several time series and I'm having a hard time interpreting the results of the Q parameter. Examples below:
According to statsmodels docs https://www.statsmodels.org/dev/_modules/statsmodels/tsa/statespace/sarimax.html#SARIMAX
So here I would expect 1 instead of [1] and 4 instead of [1,2,3,4]. Am I missing something?
Versions (if necessary) Linux-4.14.231-173.361.amzn2.x86_64-x86_64-with-debian-10.6 Python 3.7.10 (default, Feb 26 2021, 18:47:35) [GCC 7.3.0] pmdarima 1.8.2 NumPy 1.19.5 SciPy 1.4.1 Scikit-Learn 0.24.2 Statsmodels 0.12.2