awslabs/gluonts
Probabilistic time series modeling in Python observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 95
- Release rhythm 71
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 113.5
- age_days: 2667
- days_rel: 33
- days_push: 33
- n_releases_24m: 5
Adoption not part of the score
5227 stars · 830 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
GluonTS is a Python library for probabilistic time series modeling, focused on deep learning based forecasting models built on PyTorch. It provides dataset handling, model training, and evaluation utilities for time series prediction tasks.
Use cases
- forecast future values of a time series with uncertainty estimates
- train a DeepAR model on my sales data
- probabilistic demand forecasting in Python
- evaluate and compare time series forecasting models
- train deep learning models on multiple related time series
- generate probabilistic predictions from pandas DataFrames
When to choose
- you need probabilistic (distributional) forecasts rather than point predictions
- you want ready-to-use deep learning forecasting models like DeepAR with PyTorch
- you need tooling for datasets, splitting, and evaluation of time series experiments
When to avoid
- you only need simple classical methods like ARIMA or exponential smoothing
- you need a lightweight point-forecast library without deep learning dependencies
- you need zero-shot forecasting with pretrained foundation models (consider Chronos instead)
Facets
library · maturity stable
machine-learning deep-learning data-science machine-learning data-science time-series artificial-intelligence python time-series forecasting probabilistic-forecasting pytorch deepar neural-networks
5 sources
- readme: https://github.com/awslabs/gluonts · fetched 2026-08-28 · 91a46c5b6019
- homepage: https://ts.gluon.ai · fetched 2026-08-29 · 8cea8dade42d
- site_page: https://ts.gluon.ai/stable/getting_started/install.html · fetched 2026-08-29 · 016ecf43825f
- registry_pypi: https://pypi.org/pypi/gluonts/json · fetched 2026-08-29 · c42a8f19187c
- site_page: https://ts.gluon.ai/stable/api/gluonts/gluonts.html · fetched 2026-08-29 · 5b1cce86fe85
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| awslabs/gluonts | main | 88 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem