diff --git a/man/model_fairness.Rd b/man/model_fairness.Rd index fac58069..b53d6e71 100644 --- a/man/model_fairness.Rd +++ b/man/model_fairness.Rd @@ -123,7 +123,7 @@ The following model-agnostic fairness metrics are computed based on rate is equal across protected classes.} \item{Accuracy parity (\code{ap}): calculated as (TP + TN) / (TP + FP + TN + FN), quantifies whether the accuracy is the same across groups.} - \item{False negative rate parity (\code{fnrp}): calculated as FN / (FP + \item{False negative rate parity (\code{fnrp}): calculated as FN / (TP + FN), quantifies whether the false negative rate is the same across groups.} \item{False positive rate parity (\code{fprp}): calculated as FP / (TN