#18 · Primary category: Time Series Machine Learning
Informer2020
The GitHub repository for the paper "Informer" accepted by AAAI 2021.
Project last updated:06/20/25
GitHub Stars
6.5K
Forks
1.3K
Contributors
12
License
Apache-2.0
Why we included this project
Informer is the reference PyTorch implementation of the AAAI'21 best-paper architecture for long-sequence time-series forecasting. Its main contribution is ProbSparse attention, which keeps only the query-key pairs that carry real information instead of computing every score, so attention cost stays reasonable when inputs get long. That makes it the natural first stop for anyone forecasting far ahead on datasets like electricity, traffic, weather, or exchange rates. The repo ships the training and evaluation pipeline, experiment scripts, and Colab notebooks, so a small team can reproduce the published results and then swap in its own data. It is a research codebase rather than a maintained product, so plan to fork and adapt it to your pipeline instead of treating it as a drop-in API.
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