This is the original pytorch implementation of SEARCH in the following paper: Joint Neural Architecture and Hyperparameter Search for Correlated Time Series Forecasting.
- python 3.6
- see
requirements.txt
SEARCH is implemented on several public correlated time series forecasting datasets.
-
PEMS03, PEMS04, PEMS07 and PEMS08 from STSGCN (AAAI-20). Download the data STSGCN_data.tar.gz with password:
p72zand uncompress data file usingtar -zxvf data.tar.gz -
Solar-Energy and Electricity datasets from https://github.com/laiguokun/multivariate-time-series-data. Uncompress them and move them to the data folder.
mkdir saved_model
CUDA_VISIBLE_DEVICES=0 python3.6 joint_search.py
cd test
CUDA_VISIBLE_DEVICES=0 python3.6 joint_test.py