Update bias_auc.py
Browse files- bias_auc.py +1 -4
bias_auc.py
CHANGED
|
@@ -54,10 +54,7 @@ Example:
|
|
| 54 |
>>> metric.add_batch(target=target,
|
| 55 |
label=label,
|
| 56 |
output=output)
|
| 57 |
-
>>> metric.compute(
|
| 58 |
-
label=label,
|
| 59 |
-
output=output,
|
| 60 |
-
subgroups = None)
|
| 61 |
|
| 62 |
"""
|
| 63 |
|
|
|
|
| 54 |
>>> metric.add_batch(target=target,
|
| 55 |
label=label,
|
| 56 |
output=output)
|
| 57 |
+
>>> metric.compute(subgroups = None)
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
"""
|
| 60 |
|