tybrs commited on
Commit
fc85e43
1 Parent(s): e7bb9e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -48,8 +48,8 @@ metric.add_batch(target=target,
48
  label=label,
49
  output=output)
50
 
51
- metric.compute(target=a,
52
- label=b,
53
- output=c,
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
  ```