-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path3_roc.bat
8 lines (8 loc) · 1.16 KB
/
3_roc.bat
1
2
3
4
5
6
7
8
python baseline.py --dataset german --sensitive age --validation_size 0.05 --test_size 0.05 --method roc --budget 50 --fair_constraint max --n_run 5
python baseline.py --dataset german --sensitive sex --validation_size 0.05 --test_size 0.05 --method roc --budget 50 --fair_constraint max --n_run 5
python baseline.py --dataset compas --sensitive race --validation_size 0.05 --test_size 0.05 --method roc --budget 50 --fair_constraint max --n_run 5
python baseline.py --dataset compas --sensitive sex --validation_size 0.05 --test_size 0.05 --method roc --budget 50 --fair_constraint max --n_run 5
python baseline.py --dataset bank --sensitive age --validation_size 0.05 --test_size 0.05 --method roc --budget 50 --fair_constraint max --n_run 5
python baseline.py --dataset bank --sensitive marital --validation_size 0.05 --test_size 0.05 --method roc --budget 50 --fair_constraint max --n_run 5
python baseline.py --dataset adult --sensitive sex --validation_size 0.05 --test_size 0.05 --method roc --budget 50 --fair_constraint max --n_run 5
python baseline.py --dataset adult --sensitive race --validation_size 0.05 --test_size 0.05 --method roc --budget 50 --fair_constraint max --n_run 5