tybrs commited on
Commit
ed3eb55
1 Parent(s): ec7f120

Update bias_auc.py

Browse files
Files changed (1) hide show
  1. 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(target=target,
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