#29 · Primary category: Time Series Machine Learning

neural_prophet

artificial-intelligence autoregression deep-learning fbprophet forecast forecasting forecasting-algorithm forecasting-model machine-learning neural neural-network neuralprophet prediction prophet python pytorch seasonality time-series timeseries trend

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