Coding on how to choose the ARIMA orders
Using pmdarima
from pmdarima import auto_arima
- Keep in mind the difference of running auto_arima for stationery and non-stationary data
Search
Apr 23, 20241 min read
Coding on how to choose the ARIMA orders
pmdarima
from pmdarima import auto_arima