#40 · Primary category: Time Series Machine Learning
Crossformer
Official implementation of our ICLR 2023 paper "Crossformer: Transformer Utilizing Cross-Dimension Dependency for Multivariate Time Series Forecasting"
Project last updated:12/01/23
GitHub Stars
701
Forks
114
Contributors
1
License
Apache-2.0
Why we included this project
Crossformer comes from an ICLR 2023 paper, and this repo is the PyTorch code the authors released alongside it. The model treats each variable as its own dimension, groups nearby time points into segments, and runs attention both across time and across variables. A small set of router tokens keeps that cross-dimension stage linear in the number of series, which matters when you have many correlated variables to forecast at once. The repo ships training and evaluation scripts for the standard benchmarks (ETTh1, ETTm1, Weather, ECL, ILI, Traffic) plus a worked example for adapting the model to your own CSV data. If you're benchmarking transformer-based forecasters, it's a useful baseline and a good place to borrow architectural ideas from.
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