We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb989f5 commit 8d9af0dCopy full SHA for 8d9af0d
docs/_build/html/_sources/guides/testing/fairness.rst.txt
@@ -27,7 +27,7 @@ PIML supports various fairness metrics, as shown below. In specific, we use the
27
.. math::
28
29
\begin{align}
30
- Precision Ratio = \frac{(TP_{p}) / (TP_{p}+FP_{p})}{(TP_{r}) / (TP_{r}+FN_{r})}.
+ Precision Ratio = \frac{(TP_{p}) / (TP_{p}+FP_{p})}{(TP_{r}) / (TP_{r}+FP_{r})}.
31
\end{align}
32
33
- **Recall**: True positive rate disparity ratio.
0 commit comments