-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTreat3.sh
executable file
·40 lines (35 loc) · 1.91 KB
/
Treat3.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# List of tpots to run
#./Treat3.py --ifile data/bTK.csv --model DT
#./Treat3.py --ifile data/TK.csv --model GaussianNB
#./Treat3.py --ifile data/TK.csv --model BernoulliNB
#./Treat3.py --ifile data/TK.csv --model MultinomialNB - tpot failed
#./Treat3.py --ifile data/TK.csv --model KNeighborsClassifier
#./Treat3.py --ifile data/bTK.csv --model "Tpot_light"
#./Treat3.py --ifile data/bTK_vif.csv --model "Tpot_light"
#./Treat3.py --ifile data/bTK_vif_cap2.csv --model "Tpot_light"
#./Treat3.py --max_time_mins 2 --model GBtest --max_time_mins 1
#./Treat3.py --ifile data/TK.csv --model XGB --generations 100
#./Treat3.py --ifile data/TK_vif.csv --model XGB --generations 100
#./Treat3.py --ifile data/TK_vif_cap2.csv --model XGB --generations 100
#./Treat3.py --ifile data/TK.csv --model "Tpot_light"
#./Treat3.py --ifile data/TK_vif.csv --model "Tpot_light"
#./Treat3.py --ifile data/TK_vif_cap2.csv --model "Tpot_light"
#./Treat3.py --ifile data/bTK.csv --model "Tpot_light"
#./Treat3.py --ifile data/bTK_vif.csv --model "Tpot_light"
#./Treat3.py --ifile data/bTK_vif_cap2.csv --model "Tpot_light"
#./Treat3.py --ifile data/TK.csv
#./Treat3.py --ifile data/TK_vif.csv
#./Treat3.py --ifile data/TK_vif_cap2.csv
#./Treat3.py --ifile data/bTK.csv
#./Treat3.py --ifile data/bTK_vif.csv
#./Treat3.py --ifile data/bTK_vif_cap2.csv
#./Treat3.py --ifile data/TK.csv --model XGB --generations 100
#./Treat3.py --ifile data/TK_vif.csv --model XGB --generations 100
#./Treat3.py --ifile data/TK_vif_cap2.csv --model XGB --generations 100
#./Treat3.py --ifile data/bTK.csv --model XGB --generations 100
#./Treat3.py --ifile data/bTK_vif.csv --model XGB --generations 100
#./Treat3.py --ifile data/bTK_vif_cap2.csv --model XGB --generations 100
#./Treat3.py --ifile data/TK_vif.csv --model LR
#./Treat3.py --ifile data/TK.csv --model LinearSVC
#./Treat3.py --ifile data/TK_vif.csv --model LinearSVC
#./Treat3.py --ifile data/TK_vif_cap2.csv --model LinearSVC