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