Contents:
Using Gridsearch
We will the pmdarima
module (Pyramid ARIMA) to perform searches accross multiple combinations of the ARIMA parameters , and .
This library uses AIC as a metric to compare the performance of multiple models
Search
Apr 23, 20241 min read
Contents:
We will the pmdarima
module (Pyramid ARIMA) to perform searches accross multiple combinations of the ARIMA parameters p, d and q.
This library uses AIC as a metric to compare the performance of multiple models