#29 · Primary category: Time Series Machine Learning
neural_prophet
NeuralProphet: A simple forecasting package
Project last updated:01/08/25
GitHub Stars
4.3K
Forks
514
Contributors
57
License
MIT
Why we included this project
NeuralProphet suits teams that need to understand a forecast, not just receive one. It wraps PyTorch in a Prophet-style API, so a working model takes only a few lines of code, and you can decompose the fit into trend, seasonality, autoregressive, and regressor parts to see what each contributes. The real draw is the human-in-the-loop workflow: build a quick baseline, read the component plots and model coefficients, adjust, and repeat until the output matches your data. It handles higher-frequency series, trains across multiple related series at once, and returns quantile-based uncertainty ranges. Just note it is still in beta, so expect to iterate rather than treat it as a finished black box.
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