uber/orbit
A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood. observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 83
- Release rhythm 73
- Longevity 100
Flags: no_license
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: 80
- age_days: 2430
- days_rel: 103
- days_push: 103
- n_releases_24m: 2
Adoption not part of the score
2069 stars · 148 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Orbit is a Python package for Bayesian time series forecasting and inference with an initialize-fit-predict interface. It uses probabilistic programming backends like Pyro and Stan (via cmdstanpy) under the hood.
Use cases
- forecast time series with bayesian methods
- fit exponential smoothing models in python
- predict future sales or demand with uncertainty estimates
- detect changepoints in time series data
- run bayesian regression on temporal data
- compare forecasting models like arima and ets
When to choose
- you need probabilistic forecasts with uncertainty quantification
- you want a scikit-learn-like fit/predict API for time series
- you need bayesian structural time series or exponential smoothing models
When to avoid
- you need lightweight classical forecasting without bayesian sampling overhead
- you cannot install cmdstanpy or its Stan toolchain dependencies
- you need real-time low-latency predictions rather than batch forecasting
Facets
library · maturity stable
machine-learning data-science math time-series machine-learning data-science python bayesian-forecasting time-series probabilistic-programming pyro stan exponential-smoothing changepoint-detection
1 source
- readme: https://github.com/uber/orbit · fetched 2026-08-28 · d71b9ecfdaee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| uber/orbit | main | 83 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem