ourownstory/neural_prophet
NeuralProphet: A simple forecasting package observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2312
- days_rel: n/a
- days_push: 602
- n_releases_24m: 0
Adoption not part of the score
4295 stars · 514 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
NeuralProphet is a Python library for interpretable time series forecasting built on PyTorch, combining neural networks with traditional time-series algorithms inspired by Facebook Prophet and AR-Net. It supports trends, seasonality, autoregression, regressors, events, and uncertainty quantification with a simple, human-in-the-loop modeling workflow.
Use cases
- forecast daily sales from historical time series data
- predict energy load or demand for a facility
- model seasonality and trends in sub-daily time series
- migrate an existing Facebook Prophet forecasting workflow to a neural approach
- build interpretable forecasting models with autoregression and lagged regressors
- quantify uncertainty in time series forecasts
When to choose
- you want an easy-to-learn, interpretable forecasting framework with a Prophet-like API
- your time series is high-frequency (sub-daily) and spans at least two full periods/years
- you want to iterate on model components like trend, seasonality, and events in a human-in-the-loop fashion
- you prefer a PyTorch-based model that integrates with the Python ML ecosystem
When to avoid
- you need the most accurate out-of-the-box forecasts without tuning or iteration
- your data is low-frequency with only one or fewer observed periods
- you need a fully mature, production-hardened tool - the project notes it is still in beta
- you require non-Python environments or non-PyTorch deep learning backends
Facets
library · maturity active
machine-learning deep-learning data-science machine-learning data-science time-series artificial-intelligence python forecasting time-series pytorch prophet autoregression seasonality interpretability
3 sources
- readme: https://github.com/ourownstory/neural_prophet · fetched 2026-08-28 · e911c57c80bf
- homepage: https://neuralprophet.com · fetched 2026-08-29 · 3b5d8f3767d5
- site_page: https://neuralprophet.com/contents.html · fetched 2026-08-29 · 443feaee748c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ourownstory/neural_prophet | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="ourownstory/neural_prophet")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem