fork from iTransformer
- Install Pytorch and necessary dependencies.
pip install -r requirements.txt
- train and test scripts
# predict stock price with iTransformer
bash ./scripts/stock/iTransformer_predict_price.sh
# predict stock price with Vanilla Transformer
bash ./scripts/stock/Transformer_predict_price.sh