Skip to content

Commit 24d9461

Browse files
committed
Pushing the docs to dev/ for branch: master, commit fc46a13d57be800da2a8a6b2f8e2621d132ac508
1 parent e44d61c commit 24d9461

File tree

1,205 files changed

+4111
-4136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,205 files changed

+4111
-4136
lines changed
Binary file not shown.

dev/_downloads/7ee55c12f8d3eb1dd8d2005d9dd7b6f1/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>`.

dev/_downloads/c101b602d0b3510ef47dd19d64a4a92b/plot_release_highlights_0_22_0.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"cell_type": "markdown",
185185
"metadata": {},
186186
"source": [
187-
"ROC AUC now supports multiclass classification\n----------------------------------------------\nThe :func:`roc_auc_score` function can also be used in multi-class\nclassification. Two averaging strategies are currently supported: the\none-vs-one algorithm computes the average of the pairwise ROC AUC scores, and\nthe one-vs-rest algorithm computes the average of the ROC AUC scores for each\nclass against all other classes. In both cases, the predicted labels are\nprovided in an array with values from 0 to ``n_classes``, and the scores\ncorrespond to the probability estimates that a sample belongs to a particular\nclass. The OvO and OvR algorithms supports weighting uniformly\n(``average='macro'``) and weighting by the prevalence\n(``average='weighted'``).\n\nRead more in the `User Guide <roc_metrics>`.\n\n"
187+
"ROC AUC now supports multiclass classification\n----------------------------------------------\nThe :func:`roc_auc_score` function can also be used in multi-class\nclassification. Two averaging strategies are currently supported: the\none-vs-one algorithm computes the average of the pairwise ROC AUC scores, and\nthe one-vs-rest algorithm computes the average of the ROC AUC scores for each\nclass against all other classes. In both cases, the multiclass ROC AUC scores\nare computed from the probability estimates that a sample belongs to a\nparticular class according to the model. The OvO and OvR algorithms support\nweighting uniformly (``average='macro'``) and weighting by the prevalence\n(``average='weighted'``).\n\nRead more in the `User Guide <roc_metrics>`.\n\n"
188188
]
189189
},
190190
{
Binary file not shown.

dev/_downloads/scikit-learn-docs.pdf

15.5 KB
Binary file not shown.

dev/_images/iris.png

0 Bytes

0 commit comments

Comments
 (0)