Overview of StatsForecast features
mainStatsForecast is a high-performance library for univariate time series forecasting. Key features include:
- High Performance: Optimized implementations of
AutoARIMA,AutoETS,AutoCES,MSTL, andTheta. - Scalability: Out-of-the-box compatibility with Spark, Dask, and Ray.
- Probabilistic Forecasting: Support for confidence intervals and prediction intervals.
- Advanced Modeling: Support for exogenous variables, static covariates, and anomaly detection.
- Familiar API: Uses
sklearn-style.fit()and.predict()syntax.