Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
G

gluonts

> DevOps
Open source

Probabilistic time series modeling in Python

5.2K stars0 likes0 views
WebsiteGitHub

About

Probabilistic time series modeling in Python

GluonTS - Probabilistic Time Series Modeling in Python

** BREAKING NEWS**: We released Chronos, a suite of pretrained models for zero-shot time series forecasting. Chronos can generate accurate probabilistic predictions for new time series not seen during training. Check it out here!

GluonTS is a Python package for probabilistic time series modeling, focusing on deep learning based models, based on PyTorch.

Installation

GluonTS requires Python 3.10 to 3.14. We recommend using uv for managing environments:

# install with support for torch models
uv pip install "gluonts[torch]"

For development:

# clone the repository
git clone https://github.com/awslabs/gluonts.git
cd gluonts

# install with all development dependencies
uv sync --all-extras

You can also install via pip:

pip install "gluonts[torch]"

See the documentation for more info on how GluonTS can be installed.

Simple Example

To illustrate how to use GluonTS, we train a DeepAR-model and make predictions using the airpassengers dataset. The dataset consists of a single time series of monthly passenger numbers between 1949 and 1960. We train the model on the first nine years and make predictions for the remaining three years.

…

Note, the forecasts are displayed in terms of a probability distribution and the shaded areas represent the 50% and 90% prediction intervals.

Contributing

If you wish to contribute to the project, please refer to our contribution guidelines.

Citing

If you use GluonTS in a scientific publication, we encourage you to add the following references to the related papers, in addition to any model-specific references that are relevant for your work:

@article{gluonts_jmlr,
  author  = {Alexander Alexandrov and Konstantinos Benidis and Michael Bohlke-Schneider
    and Valentin Flunkert and Jan Gasthaus and Tim Januschowski and Danielle C. Maddix
    and Syama Rangapuram and David Salinas and Jasper Schulz and Lorenzo Stella and
    Ali Caner Türkmen and Yuyang Wang},
  title   = {{GluonTS: Probabilistic and Neural Time Series Modeling in Python}},
  journal = {Journal of Machine Learning Research},
  year    = {2020},
  volume  = {21},
  number  = {116},
  pages   = {1-6},
  url     = {http://jmlr.org/papers/v21/19-820.html}
}
@article{gluonts_arxiv,
  author  = {Alexandrov, A. and Benidis, K. and Bohlke-Schneider, M. and
    Flunkert, V. and Gasthaus, J. and Januschowski, T. and Maddix, D. C.
    and Rangapuram, S. and Salinas, D. and Schulz, J. and Stella, L. and
    Türkmen, A. C. and Wang, Y.},
  title   = {{GluonTS: Probabilistic Time Series Modeling in Python}},
  journal = {arXiv preprint arXiv:1906.05264},
  year    = {2019}
}

Links

Documentation

  • Documentation (stable)
  • Documentation (development)

References

  • JMLR MLOSS Paper
  • ArXiv Paper
  • Collected Papers from the group behind GluonTS: a bibliography.

Tutorials and Workshops

  • Tutorial at IJCAI 2021 (with videos) with YouTube link.
  • Tutorial at WWW 2020 (with videos)
  • Tutorial at SIGMOD 2019
  • Tutorial at KDD 2019
  • Tutorial at VLDB 2018
  • Neural Time Series with GluonTS
  • International Symposium of Forecasting: Deep Learning for Forecasting workshop

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •Documentation (stable)
  • •Documentation (development)
  • •JMLR MLOSS Paper
  • •ArXiv Paper
  • •Collected Papers from the group behind GluonTS: a bibliography.
  • •Tutorial at IJCAI 2021 (with videos) with YouTube link.
  • •Tutorial at WWW 2020 (with videos)
  • •Tutorial at SIGMOD 2019
  • •Tutorial at KDD 2019
  • •Tutorial at VLDB 2018

> Tags

Pythonartificial-intelligenceawsdata-sciencedeep-learning

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
CategoryDevOps
PricingOpen source

> Related tools

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理