Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

decisionintelligence/AutoCTS

Repository files navigation

AutoCTS: Automated Correlated Time Series Forecasting

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.

Architecture Search

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}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages