Skip to content

Commit 6ef4b96

Browse files
committed
(skip-ci)
1 parent e86ee8c commit 6ef4b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__config__.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fair: #post-hoc reranks of the prediction list
100100
#fgender: ../output/gith/toy.repos.csv/females.csv
101101
#fgender: ../output/uspt/toy.patent.tsv/females.csv
102102

103-
algorithm: [det_greedy, det_relaxed, det_const_sort] #reranking algorithms (det_const is buggy for some k_max values :\)
103+
algorithm: [fa-ir, det_greedy, det_relaxed, det_const_sort] #reranking algorithms (det_const is buggy for some k_max values :\)
104104
notion: [eo,dp] # equality of odds (eo), demographic parity (dp)
105105
attribute: [gender, popularity] #the sensitive attribute(s)
106106
k_max: ${test.topK} #cutoff for the reranking algorithms; this is the max depth, e.g., 100 or 1000, the algorithm goes down the list to bring up an expert. better be set to ${test.topK} topK first stage probs (the rest are zero for sparse pred file)

0 commit comments

Comments
 (0)