Skip to content

[MRG] Fix multi metric link in model selection #9410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/modules/grid_search.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ evaluated and the best combination is retained.
dataset. This is the best practice for evaluating the performance of a
model with grid search.

- See :ref:`sphx_glr_auto_examples_model_selection_plot_multi_metric_evaluation`
- See :ref:`sphx_glr_auto_examples_model_selection_plot_multi_metric_evaluation.py`
for an example of :class:`GridSearchCV` being used to evaluate multiple
metrics simultaneously.

Expand Down Expand Up @@ -183,7 +183,7 @@ the ``best_estimator_`` on the whole dataset. If the search should not be
refit, set ``refit=False``. Leaving refit to the default value ``None`` will
result in an error when using multiple metrics.

See :ref:`sphx_glr_auto_examples_model_selection_plot_multi_metric_evaluation`
See :ref:`sphx_glr_auto_examples_model_selection_plot_multi_metric_evaluation.py`
for an example usage.

Composite estimators and parameter spaces
Expand Down