Skip to content

Commit

Permalink
Update data discard script for biased data.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojan-karlas committed Nov 20, 2023
1 parent a6a8ec0 commit a73de51
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions scripts/run-data-discard-small-biasedval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
CMD="python -m datascope.experiments run \
--scenario data-discard \
--dataset UCI FolkUCI \
--method random shapley-knn-single shapley-knn-interactive shapley-tmc-pipe-010 shapley-tmc-pipe-100 \
--repairgoal fairness \
--model logreg knn xgb \
--method random shapley-knn-single shapley-knn-interactive shapley-tmc-010 shapley-tmc-100 shapley-tmc-pipe-010 shapley-tmc-pipe-100 \
--repairgoal accuracy \
--utility acc \
--trainsize 1000 \
--valsize 500 \
--testsize 500 \
--trainbias 0.8 \
--valbias 0.8"
--valbias 0.5 \
--biasmethod label \
--maxremove 0.9 "

CMD+=" ${@}"

Expand Down

0 comments on commit a73de51

Please sign in to comment.