We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1966f0b commit bb4cddeCopy full SHA for bb4cdde
sklearn/utils/multiclass.py
@@ -401,7 +401,7 @@ def class_distribution(y, sample_weight=None):
401
402
403
def _ovr_decision_function(predictions, confidences, n_classes):
404
- """Compute a continuous, tie-breaking ovr decision function.
+ """Compute a continuous, tie-breaking OvR decision function from OvO.
405
406
It is important to include a continuous value, not only votes,
407
to make computing AUC or calibration meaningful.
0 commit comments