README.md
January 24, 2025 ยท View on GitHub
Usage
- Install Pytorch and necessary dependencies.
pip install -r requirements.txt
-
The datasets can be obtained from Google Drive or Baidu Cloud.
-
Train and evaluate the model. We provide all the above tasks under the folder ./scripts/. You can reproduce the results as the following examples:
# Multivariate forecasting with WDformer
bash ./scripts/Traffic/WDformer.sh
bash ./scripts/ECL/WDformer.sh
bash ./scripts/Exchange/WDformer.sh