#10 · Primary category: Time Series Machine Learning
statsforecast
Lightning ⚡️ fast forecasting with statistical and econometric models.
Project last updated:08/28/26
GitHub Stars
4.9K
Forks
387
Contributors
68
License
Apache-2.0
Why we included this project
Forecasting univariate series in bulk is where StatsForecast earns its keep. It puts production-grade ARIMA, ETS, CES, Theta, and MSTL implementations behind a plain fit/predict interface, and the C++-backed kernels are fast enough that large collections of series finish in a fraction of the time pmdarima or statsmodels would need. It also covers the details real pipelines ask for: exogenous regressors, prediction intervals, multiple seasonalities, and anomaly detection, with distributed execution on Spark, Dask, or Ray that slots into your existing workflow. The bundled benchmark models give you honest baselines when you compare a statistical approach against a neural or foundation-model forecaster. If you want a dependable statistical forecast or a faster alternative to Prophet-style tooling, this is a strong starting point.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
netdata
The fastest path to AI-powered full stack observability, even for lean teams.
catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
sktime
A unified framework for machine learning with time series
darts
A python library for user-friendly forecasting and anomaly detection on time series.
featuretools
An open source python library for automated feature engineering