Skip to content

Commit 8951184

Browse files
authored
Fix typo in _search.py (scikit-learn#31046)
1 parent 225b1e3 commit 8951184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/model_selection/_search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,8 +773,8 @@ def _run_search(self, evaluate_candidates):
773773
- an optional `cv` parameter which can be used to e.g.
774774
evaluate candidates on different dataset splits, or
775775
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
776+
Successive Halving estimators). By default, the original
777+
`cv` parameter is used, and it is available as a private
778778
`_checked_cv_orig` attribute.
779779
- an optional `more_results` dict. Each key will be added to
780780
the `cv_results_` attribute. Values should be lists of

0 commit comments

Comments
 (0)