Update README.md
Browse files
README.md
CHANGED
|
@@ -19,22 +19,12 @@ Suite of threshold-agnostic metrics that provide a nuanced view of this unintend
|
|
| 19 |
The following are computed where $D^{-}$ is the negative examples in the background set, $D^{+}$ is the positive examples in the background set, $D^{-}_{g}$ is the negative examples in the identity subgroup, and $D^{+}_{g}$ is the positive examples in the identity subgroup:
|
| 20 |
|
| 21 |
$$
|
| 22 |
-
\
|
| 23 |
-
\text{
|
| 24 |
-
\
|
| 25 |
$$
|
| 26 |
|
| 27 |
|
| 28 |
-
The following are computed where \\(D^{-}\\) is the negative examples in the background set, \\(D^{+}\\) is the positive examples in the background set, \\(D^{-}_{g}\\) is the negative examples in the identity subgroup, and \\(D^{+}_{g}\\) is the positive examples in the identity subgroup:
|
| 29 |
-
|
| 30 |
-
$$
|
| 31 |
-
\begin{aligned}
|
| 32 |
-
\text{Subgroup AUC} &= \text{AUC} (D^{-}_{g} + D^{+}_{g} ) &(1)\\
|
| 33 |
-
\text{BPSN AUC} &= \text{AUC} (D^{+} + D^{-}_{g} ) &(2)\\
|
| 34 |
-
\text{BNSP AUC} &= \text{AUC} (D^{-} + D^{+}_{g} ) &(3)
|
| 35 |
-
\end{aligned}
|
| 36 |
-
$$
|
| 37 |
-
|
| 38 |
## How to Use
|
| 39 |
|
| 40 |
```python
|
|
|
|
| 19 |
The following are computed where $D^{-}$ is the negative examples in the background set, $D^{+}$ is the positive examples in the background set, $D^{-}_{g}$ is the negative examples in the identity subgroup, and $D^{+}_{g}$ is the positive examples in the identity subgroup:
|
| 20 |
|
| 21 |
$$
|
| 22 |
+
\text{Subgroup AUC} = \text{AUC} (D^{-}_{g} + D^{+}_{g} ) (1)\\
|
| 23 |
+
\text{BPSN AUC} = \text{AUC} (D^{+} + D^{-}_{g} ) (2) \\
|
| 24 |
+
\text{BNSP AUC} = \text{AUC} (D^{-} + D^{+}_{g} ) (3)
|
| 25 |
$$
|
| 26 |
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
## How to Use
|
| 29 |
|
| 30 |
```python
|