- Install requirements.
pip install -r requirements.txt
- Download data. You can download all the datasets from Autoformer. Create a seperate folder
./dataset
and put all the csv files in the directory. - Training. The script is located in the ./scripts/ directory. Simply run the following command, and once training is complete, you can open ./result.txt to view the results:
sh ./scripts/....sh
We appreciate the following github repo very much for the valuable code base and datasets:
https://github.com/yuqinie98/PatchTST
https://github.com/zhouhaoyi/Informer2020