neuralforecast
Scalable and user friendly neural :brain: forecasting algorithms. (by Nixtla)
statsforecast
Lightning ⚡️ fast forecasting with statistical and econometric models. (by Nixtla)
neuralforecast | statsforecast | |
---|---|---|
84 | 60 | |
3,440 | 4,238 | |
3.8% | 1.9% | |
8.6 | 8.5 | |
7 days ago | 21 days ago | |
Python | Python | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
neuralforecast
Posts with mentions or reviews of neuralforecast.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-10.
- [D] Doubts on the implementation of LSTMs for timeseries prediction (like including weather forecasts)
- neuralforecast: NEW Data - star count:1877.0
- neuralforecast: NEW Data - star count:1773.0
- neuralforecast: NEW Data - star count:1749.0
- neuralforecast: NEW Data - star count:1696.0
- neuralforecast: NEW Data - star count:1663.0
statsforecast
Posts with mentions or reviews of statsforecast.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-21.
-
This Week In Python
statsforecast – Forecasting with statistical and econometric models
- Statsforecast: Fast Python forecasting with statistical and econometric models
-
TimeGPT-1
I can't find the TimeGPT-1 model.
LICENSE Apache-2
https://github.com/Nixtla/statsforecast/blob/main/LICENSE
Mentions ARIMA, ETS, CES, and Theta modeling
- Facebook Prophet: library for generating forecasts from any time series data
-
Sales forecast for next two years
If you only have historical data: StatsForecast
-
Time series and cross validation
I also recommend you check Nixtla's libraries, in particular StatsForecast and HierarchicalForecast. They offer a wide selection of forecasting models, and can work with multiple time series. Given that you're working with many products in a warehouse, I think the hierarchical forecast can be very useful, especially for the short time series (the ones that don't seem to have enough time stamps).
-
Demand Planning
If you are mostly worried about time and use python you could try out Nixtla's statsforecast as it is very snappy. https://github.com/Nixtla/statsforecast
-
Statistical vs Machine Learning vs Deep Learning Modeling for Time Series Forecasting
I was researching about using deep learning for time series forecasting applications when I came across two experiments by the Nixtla team. They showed that their traditional statistical ensemble (comprised of AutoARIMA, ETS, CES, and DynamicOptimizedTheta) beat a bunch of deep learning models (link) and also the AWS forecast API (link).
-
Recommendations for books on working with time series/forecasting problems?
- https://nixtla.github.io/statsforecast/
-
XGBoost for time series
Leaving these two repos here for anyone interested in trying decision tree regression or statistical forecasting baselines: - https://nixtla.github.io/mlforecast/ - https://github.com/Nixtla/statsforecast
What are some alternatives?
When comparing neuralforecast and statsforecast you can also consider the following projects:
darts - A python library for user-friendly forecasting and anomaly detection on time series.
pytorch-forecasting - Time series forecasting with PyTorch
mlforecast - Scalable machine 🤖 learning for time series forecasting.
nixtla - TimeGPT-1: production ready pre-trained Time Series Foundation Model for forecasting and anomaly detection. Generative pretrained transformer for time series trained on over 100B data points. It's capable of accurately predicting various domains such as retail, electricity, finance, and IoT with just a few lines of code 🚀.