tybrs commited on
Commit
ec7f120
1 Parent(s): 9a5d174

Update README.md

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