Skip to content

Commit

Permalink
Predictive instead of predicted
Browse files Browse the repository at this point in the history
  • Loading branch information
federicapicogna committed Dec 17, 2024
1 parent 3c48214 commit 58ede5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/algorithm-auditing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ metrics between an unprivileged protected class and a privileged protected class
is referred to as parity, which quantifies relative fairness in the algorithm's
predictions. Available parity metrics include predictive rate parity,
proportional parity, accuracy parity, false negative rate parity, false positive
rate parity, true positive rate parity, negative predicted value parity,
rate parity, true positive rate parity, negative predictive value parity,
specificity parity, and demographic parity [@friedler_2019; @pessach_2022]. The
function returns an object that can be used with the associated `summary()` and
`plot()` methods.
Expand Down

0 comments on commit 58ede5e

Please sign in to comment.