statsforecast icon indicating copy to clipboard operation
statsforecast copied to clipboard

Questions about auto_arima()

Open AzulGarza opened this issue 3 years ago • 0 comments

Discussed in https://github.com/Nixtla/statsforecast/discussions/71

Originally posted by tuttoaposto March 8, 2022

  1. Is it possible to get the bestfit model from the auto_arima_f() step in auto_arima()? It would be nice to get the same level of details as in model.arima_res_.params and model.summary() in pmdarima.
  2. Is it possible to enable setting max_p, max_q , etc in auto_arima()?

Thank you!

AzulGarza avatar Mar 09 '22 17:03 AzulGarza