statsforecast
statsforecast copied to clipboard
Questions about auto_arima()
Discussed in https://github.com/Nixtla/statsforecast/discussions/71
Originally posted by tuttoaposto March 8, 2022
- Is it possible to get the bestfit model from the
auto_arima_f()step inauto_arima()? It would be nice to get the same level of details as inmodel.arima_res_.paramsandmodel.summary()inpmdarima. - Is it possible to enable setting
max_p,max_q, etc inauto_arima()?
Thank you!