We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225b1e3 commit 8951184Copy full SHA for 8951184
sklearn/model_selection/_search.py
@@ -773,8 +773,8 @@ def _run_search(self, evaluate_candidates):
773
- an optional `cv` parameter which can be used to e.g.
774
evaluate candidates on different dataset splits, or
775
evaluate candidates on subsampled data (as done in the
776
- SucessiveHaling estimators). By default, the original `cv`
777
- parameter is used, and it is available as a private
+ Successive Halving estimators). By default, the original
+ `cv` parameter is used, and it is available as a private
778
`_checked_cv_orig` attribute.
779
- an optional `more_results` dict. Each key will be added to
780
the `cv_results_` attribute. Values should be lists of
0 commit comments