Skip to content

Commit 342f771

Browse files
qinhanmin2014jnothman
authored andcommitted
DOC Wrong statement in release highlight (scikit-learn#15704)
1 parent 0056936 commit 342f771

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

examples/release_highlights/plot_release_highlights_0_22_0.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,10 @@ def test_sklearn_compatible_estimator(estimator, check):
246246
# classification. Two averaging strategies are currently supported: the
247247
# one-vs-one algorithm computes the average of the pairwise ROC AUC scores, and
248248
# the one-vs-rest algorithm computes the average of the ROC AUC scores for each
249-
# class against all other classes. In both cases, the predicted labels are
250-
# provided in an array with values from 0 to ``n_classes``, and the scores
251-
# correspond to the probability estimates that a sample belongs to a particular
252-
# class. The OvO and OvR algorithms supports weighting uniformly
253-
# (``average='macro'``) and weighting by the prevalence
249+
# class against all other classes. In both cases, the multiclass ROC AUC scores
250+
# are computed from the probability estimates that a sample belongs to a
251+
# particular class according to the model. The OvO and OvR algorithms support
252+
# weighting uniformly (``average='macro'``) and weighting by the prevalence
254253
# (``average='weighted'``).
255254
#
256255
# Read more in the :ref:`User Guide <roc_metrics>`.

0 commit comments

Comments
 (0)