Update README.md
Browse files
README.md
CHANGED
|
@@ -49,8 +49,5 @@ metric.add_batch(target=target,
|
|
| 49 |
label=label,
|
| 50 |
output=output)
|
| 51 |
|
| 52 |
-
metric.compute(
|
| 53 |
-
label=label,
|
| 54 |
-
output=output,
|
| 55 |
-
subgroups = None)
|
| 56 |
```
|
|
|
|
| 49 |
label=label,
|
| 50 |
output=output)
|
| 51 |
|
| 52 |
+
metric.compute(subgroups = None)
|
|
|
|
|
|
|
|
|
|
| 53 |
```
|