Skip to content

Commit 8d9af0d

Browse files
committed
Update fairness.rst.txt
1 parent fb989f5 commit 8d9af0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_build/html/_sources/guides/testing/fairness.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PIML supports various fairness metrics, as shown below. In specific, we use the
2727
.. math::
2828
2929
\begin{align}
30-
Precision Ratio = \frac{(TP_{p}) / (TP_{p}+FP_{p})}{(TP_{r}) / (TP_{r}+FN_{r})}.
30+
Precision Ratio = \frac{(TP_{p}) / (TP_{p}+FP_{p})}{(TP_{r}) / (TP_{r}+FP_{r})}.
3131
\end{align}
3232
3333
- **Recall**: True positive rate disparity ratio.

0 commit comments

Comments
 (0)