Skip to content

decisionintelligence/AutoCTS_plus

Repository files navigation

Joint Neural Architecture and Hyperparameter Search for Correlated Time Series Forecasting

This is the original pytorch implementation of SEARCH in the following paper: Joint Neural Architecture and Hyperparameter Search for Correlated Time Series Forecasting.

Requirements

  • python 3.6
  • see requirements.txt

Data Preparation

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

Architecture Search

search for the best arch-hyper on the PEMS08 dataset

mkdir saved_model
CUDA_VISIBLE_DEVICES=0 python3.6 joint_search.py

Architecture test

test the arch-hyper searched on the PEMS08 dataset

cd test
CUDA_VISIBLE_DEVICES=0 python3.6 joint_test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages