8000 DOC Fix docstring of HalvingSearch estimators (#19133) · scikit-learn/scikit-learn@6eeb145 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6eeb145

Browse files
shinnarjeremiedbb
authored andcommitted
DOC Fix docstring of HalvingSearch estimators (#19133)
1 parent 0df2136 commit 6eeb145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/model_selection/_search_successive_halving.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ class HalvingGridSearchCV(BaseSuccessiveHalving):
448448
449449
The refitted estimator is made available at the ``best_estimator_``
450450
attribute and permits using ``predict`` directly on this
451-
``GridSearchCV`` instance.
451+
``HalvingGridSearchCV`` instance.
452452
453453
error_score : 'raise' or numeric
454454
Value to assign to the score if an error occurs in estimator fitting.
@@ -735,7 +735,7 @@ class HalvingRandomSearchCV(BaseSuccessiveHalving):
735735
736736
The refitted estimator is made available at the ``best_estimator_``
737737
attribute and permits using ``predict`` directly on this
738-
``GridSearchCV`` instance.
738+
``HalvingRandomSearchCV`` instance.
739739
740740
error_score : 'raise' or numeric
741741
Value to assign to the score if an error occurs in estimator fitting.

0 commit comments

Comments
30C0  (0)
0