awslabs/gluonts

Probabilistic time series modeling in Python

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 13th, 2026
Created on May 15th, 2019
Open Issues & Pull Requests: 483 (+0)
GitHub issues: Enabled
Number of forks: 836
Total Stargazers: 5,234 (+0)
Total Subscribers: 76 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.1 days
Mean response time: 173.2 days
90th percentile: 635.4 days
Tracked items: 33

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "enhancement" is answered fastest, typically in about 6 days, while "bug" waits about 3 months. Only 5% of issues opened in the past year have been closed. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 38
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 800 days
Stale 30+ days: 36
Stale 90+ days: 33

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (22)
  • enhancement (16)
  • discussion (3)
  • torch (2)
  • API change (1)
  • documentation (1)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

GluonTS is a Python package for probabilistic time series modeling that emphasizes deep learning approaches built on PyTorch.

The tool addresses the challenge of generating probabilistic forecasts for time series data by providing a framework centered on neural network models. Rather than producing point estimates, GluonTS generates full probability distributions over future values, allowing users to quantify uncertainty through prediction intervals. The package includes implementations of established deep learning architectures for forecasting and handles the common preprocessing and training workflows that practitioners need when working with temporal data.

GluonTS suits data scientists and machine learning engineers building production forecasting systems who need both accuracy and uncertainty quantification. It works well for projects where understanding the range of plausible future outcomes matters as much as a single best guess. The package integrates with PyTorch and supports deployment through AWS SageMaker, making it particularly relevant for teams already in the AWS ecosystem. The README highlights a related project called Chronos, which offers pretrained models for zero-shot forecasting on unseen time series, representing an alternative approach for users who prefer leveraging existing models rather than training custom ones.

The project maintains active development with regular updates to its codebase and documentation. The team provides extensive educational resources including tutorials at major conferences and workshops, alongside comprehensive reference materials and academic papers documenting the underlying research. The project accepts community contributions through a defined contribution process and publishes its work in peer-reviewed venues, indicating a commitment to both practical utility and scientific rigor.