-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.sh
More file actions
22 lines (20 loc) · 1003 Bytes
/
scripts.sh
File metadata and controls
22 lines (20 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
python compute_fingerprints.py -dfp dataframe.csv -ext ext -it smile -sc Smiles -tc AT_down_05
python compute_fingerprints.py -dfp dataframe.csv -ext ext -it mol -sc Structure -tc AT_down_05
python train_models.py -ext ext
python train_models.py -ext ext -s f1 recall
python train_models.py -ext ext -fp ap dl tt
python train_models.py -ext ext -fp all_count
python train_models.py -ext ext -m rf xgb
python train_models.py -ext ext -ni 10
python train_models.py -ext ext -sp oversampling
python train_models.py -ext ext -ns 100 -fs chi2
python train_models.py -ext ext -fp all_count
python compute_shap.py -ext ext
python compute_shap.py -ext ext -s f1 recall
python compute_shap.py -ext ext -fp ap dl tt
python compute_shap.py -ext ext -fp all_count
python compute_shap.py -ext ext -m rf xgb
python compute_shap.py -ext ext -ni 10
python compute_shap.py -ext ext -sp oversampling
python compute_shap.py -ext ext -ns 100 -fs chi2
python compute_shap.py -ext ext -fp all_count