File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ class HalvingGridSearchCV(BaseSuccessiveHalving):
448
448
449
449
The refitted estimator is made available at the ``best_estimator_``
450
450
attribute and permits using ``predict`` directly on this
451
- ``GridSearchCV `` instance.
451
+ ``HalvingGridSearchCV `` instance.
452
452
453
453
error_score : 'raise' or numeric
454
454
Value to assign to the score if an error occurs in estimator fitting.
@@ -735,7 +735,7 @@ class HalvingRandomSearchCV(BaseSuccessiveHalving):
735
735
736
736
The refitted estimator is made available at the ``best_estimator_``
737
737
attribute and permits using ``predict`` directly on this
738
- ``GridSearchCV `` instance.
738
+ ``HalvingRandomSearchCV `` instance.
739
739
740
740
error_score : 'raise' or numeric
741
741
Value to assign to the score if an error occurs in estimator fitting.
You can’t perform that action at this time.
0 commit comments