AutoCTS: Automated Correlated Time Series Forecasting

January 21, 2022 ยท View on GitHub

This is the original pytorch implementation of AutoCTS in the following paper: AutoCTS: Automated Correlated Time Series Forecasting.

This code is based on the implementation of PC-Darts.

Requirements

  • python 3
  • see requirements.txt

Data Preparation

AutoCTS is implemented on several public correlated time series forecasting datasets.

CUDA_VISIBLE_DEVICES=0 python3 train_search.py

Reference

If you use AutoCTS for your research, please cite the following paper.

     
@article{wu2022autocts,
  title={AutoCTS: Automated Correlated Time Series Forecasting},
  author={Xinle Wu and Dalin Zhang and Chenjuan Guo and Chaoyang He and Bin Yang and Christian S. Jensen},
  year={2022},
  pages={971--983}
  journal={Proceedings of the VLDB Endowment},
  volume={4}
}