This commit is contained in:
D-X-Y
2021-03-12 02:46:39 +00:00
parent 9f7eca0e58
commit 91a9e1553d
4 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
# bash scripts/trade/baseline.sh 0 csi300
# bash scripts/trade/baseline.sh 1 csi100
set -e
echo script name: $0
echo $# arguments
@@ -12,7 +13,8 @@ fi
gpu=$1
market=$2
algorithms="MLP GRU LSTM ALSTM XGBoost LightGBM"
# algorithms="MLP GRU LSTM ALSTM XGBoost LightGBM SFM"
algorithms="SFM"
for alg in ${algorithms}
do