auto.arima() equivalent for python
问题 I am trying to predict weekly sales using ARMA ARIMA models. I could not find a function for tuning the order(p,d,q) in statsmodels . Currently R has a function forecast::auto.arima() which will tune the (p,d,q) parameters. How do I go about choosing the right order for my model? Are there any libraries available in python for this purpose? 回答1: You can implement a number of approaches: ARIMAResults include aic and bic . By their definition, (see here and here), these criteria penalize for