LGMLJun 12, 2019

GluonTS: Probabilistic Time Series Models in Python

arXiv:1906.05264v2130 citations
AI Analysis

This library addresses the need for efficient time series modeling tools for researchers and practitioners, but it is incremental as it builds on existing deep learning methods without introducing new paradigms.

The authors introduced GluonTS, a Python library for deep-learning-based time series modeling, which simplifies development and experimentation for tasks like forecasting or anomaly detection by providing necessary components and tools for building models and evaluating accuracy.

We introduce Gluon Time Series (GluonTS, available at https://gluon-ts.mxnet.io), a library for deep-learning-based time series modeling. GluonTS simplifies the development of and experimentation with time series models for common tasks such as forecasting or anomaly detection. It provides all necessary components and tools that scientists need for quickly building new models, for efficiently running and analyzing experiments and for evaluating model accuracy.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes