Skip to content

Commit 1063e07

Browse files
committed
Pushing the docs to dev/ for branch: master, commit e55d0bcba5ed5a270d140fefdfa4b1ee2ed1a1eb
1 parent 02de2bd commit 1063e07

File tree

1,006 files changed

+3002
-2991
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,006 files changed

+3002
-2991
lines changed
6 Bytes
Binary file not shown.
155 Bytes
Binary file not shown.

dev/_downloads/plot_multi_metric_evaluation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"Demonstration of multi-metric evaluation on cross_val_score and GridSearchCV\n\nMultiple metric parameter search can be done by setting the ``scoring``\nparameter to a list of metric scorer names or a dict mapping the scorer names\nto the scorer callables.\n\nThe scores of all the scorers are available in the ``cv_results_`` dict at keys\nending in ``'_<scorer_name>'`` (``'mean_test_precision'``,\n``'rank_test_precision'``, etc...)\n\nThe ``best_estimator_``, ``best_index_``, ``best_score_`` and ``best_params_``\ncorrespond to the scorer (key) that is set to the ``refit`` attribute.\n\n"
18+
"\n# Demonstration of multi-metric evaluation on cross_val_score and GridSearchCV\n\n\nMultiple metric parameter search can be done by setting the ``scoring``\nparameter to a list of metric scorer names or a dict mapping the scorer names\nto the scorer callables.\n\nThe scores of all the scorers are available in the ``cv_results_`` dict at keys\nending in ``'_<scorer_name>'`` (``'mean_test_precision'``,\n``'rank_test_precision'``, etc...)\n\nThe ``best_estimator_``, ``best_index_``, ``best_score_`` and ``best_params_``\ncorrespond to the scorer (key) that is set to the ``refit`` attribute.\n\n"
1919
]
2020
},
2121
{

dev/_downloads/plot_multi_metric_evaluation.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
"""Demonstration of multi-metric evaluation on cross_val_score and GridSearchCV
1+
"""
2+
============================================================================
3+
Demonstration of multi-metric evaluation on cross_val_score and GridSearchCV
4+
============================================================================
25
36
Multiple metric parameter search can be done by setting the ``scoring``
47
parameter to a list of metric scorer names or a dict mapping the scorer names

dev/_downloads/scikit-learn-docs.pdf

9.51 KB
Binary file not shown.
0 Bytes
0 Bytes
-84 Bytes
-84 Bytes
-53 Bytes

0 commit comments

Comments
 (0)