diff --git a/sklearn/model_selection/_search.py b/sklearn/model_selection/_search.py index 97b13b8718636..b2f15c54cb06a 100644 --- a/sklearn/model_selection/_search.py +++ b/sklearn/model_selection/_search.py @@ -1446,6 +1446,9 @@ class GridSearchCV(BaseSearchCV): 'params' : [{'kernel': 'poly', 'degree': 2}, ...], } + For an example of visualization and interpretation of GridSearch results, + see :ref:`sphx_glr_auto_examples_model_selection_plot_grid_search_stats.py`. + NOTE The key ``'params'`` is used to store a list of parameter