Multi-resolution Time-Series Transformer for Long-term Forecasting (MTST). arxiv
February 7, 2024 ยท View on GitHub
This paper has been accepted at AISTATS 2024.
Getting Started
-
Install requirements.
pip install -r requirements.txt -
Download data. You can download all the datasets from Autoformer. Create a seperate folder
./datasetand put all the csv files in the directory.
Multi-resolution Time Series Transformer (MTST)
- Training. All the scripts are in the directory
./scripts/MTST. For example,
sh ./scripts/MTST/etth2.sh
Acknowledgement
We appreciate the following github repo very much for the valuable code base and datasets:
https://github.com/yuqinie98/PatchTST
https://github.com/cure-lab/LTSF-Linear
https://github.com/zhouhaoyi/Informer2020
https://github.com/thuml/Autoformer
https://github.com/MAZiqing/FEDformer
https://github.com/alipay/Pyraformer