In the readme maybe separate automatic forecast into auto_ets and auto_arima, adding an example for the last:
model = auto_arima(log_air_passengers; seasonal = 12)
And in documentation improve the automatic forecast section adding working examples of auto-arima. Saying that is possible to fix an integration order, play with the parameters...
In the readme maybe separate automatic forecast into auto_ets and auto_arima, adding an example for the last:
And in documentation improve the automatic forecast section adding working examples of auto-arima. Saying that is possible to fix an integration order, play with the parameters...