From 86bd6a43d8f30c0270484f6fb3ec06582aec31fc Mon Sep 17 00:00:00 2001 From: Koen Derks Date: Mon, 16 Dec 2024 17:45:22 +0100 Subject: [PATCH] Update model_fairness.Rd --- man/model_fairness.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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