ARIMA — sktime documentation
https://www.sktime.org/en/v0.5.2/api_reference/modules/auto_generated/...ARIMA¶ class sktime.forecasting.arima.ARIMA (order = 1, 0, 0, seasonal_order = 0, 0, 0, 0, start_params = None, method = 'lbfgs', maxiter = 50, suppress_warnings = False, out_of_sample_size = 0, scoring = 'mse', scoring_args = None, trend = None, with_intercept = True, ** sarimax_kwargs) [source] ¶. An ARIMA estimator. An ARIMA, or autoregressive integrated …
pmdarima · PyPI
https://pypi.org/project/pmdarima05.11.2021 · pmdarima Pmdarima (originally pyramid-arima, for the anagram of 'py' + 'arima') is a statistical library designed to fill the void in Python's time series analysis capabilities. This includes: The equivalent of R's auto.arima functionality A collection of statistical tests of stationarity and seasonality