#7 · Primary category: Time Series Machine Learning
gluonts
Probabilistic time series modeling in Python
Project last updated:07/31/26
GitHub Stars
5.2K
Forks
831
Contributors
119
License
Apache-2.0
Why we included this project
GluonTS is a Python library for building probabilistic forecasting models, with deep learning estimators implemented in PyTorch. It offers a set of neural forecasting approaches, including DeepAR and Transformer, behind a consistent estimator interface, so you can move from a CSV of historical values to forecast distributions in a few lines of code. The probabilistic output is the point: instead of a single point estimate, you get forecast distributions, which matters when business decisions need confidence bounds. Data scientists and ML engineers working on demand, capacity, or inventory planning will appreciate the clean PyTorch integration and the built-in evaluation utilities. It also works well as a baseline to compare against custom models or newer zero-shot approaches.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
netdata
The fastest path to AI-powered full stack observability, even for lean teams.
catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
sktime
A unified framework for machine learning with time series
darts
A python library for user-friendly forecasting and anomaly detection on time series.
featuretools
An open source python library for automated feature engineering