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