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

+4-5
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

+1-1
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
-457 Bytes
154 Bytes
938 Bytes
938 Bytes
215 Bytes
-114 Bytes
-114 Bytes
4 Bytes
-107 Bytes
-107 Bytes
41 Bytes
-102 Bytes
-132 Bytes
6.54 KB
216 Bytes
138 Bytes
138 Bytes
174 Bytes
174 Bytes
130 Bytes
130 Bytes
-293 Bytes
-293 Bytes
-133 Bytes
-133 Bytes
33 Bytes
33 Bytes
180 Bytes
35 Bytes
200 Bytes
200 Bytes
-65 Bytes
-1.56 KB
-177 Bytes
460 Bytes
-109 Bytes
-18 Bytes
298 Bytes
298 Bytes
-143 Bytes
73 Bytes

dev/_sources/auto_examples/applications/plot_face_recognition.rst.txt

+5-5

dev/_sources/auto_examples/applications/plot_model_complexity_influence.rst.txt

+16-16

dev/_sources/auto_examples/applications/plot_out_of_core_classification.rst.txt

+31-31

dev/_sources/auto_examples/applications/plot_outlier_detection_housing.rst.txt

+2-2

dev/_sources/auto_examples/applications/plot_prediction_latency.rst.txt

+2-2

dev/_sources/auto_examples/applications/plot_species_distribution_modeling.rst.txt

+3-3

dev/_sources/auto_examples/applications/plot_stock_market.rst.txt

+2-2

dev/_sources/auto_examples/applications/plot_tomography_l1_reconstruction.rst.txt

+2-2

0 commit comments

Comments
 (0)