8000 DOC RandomizedSearchCV.best_estimator_ can not be a dictionary (#14553) · thomasjpfan/scikit-learn@b42a893 · GitHub
[go: up one dir, main page]

< 10000 div class="position-relative header-wrapper js-header-wrapper "> Skip to content

Commit b42a893

Browse files
alexitkesthomasjpfan
authored andcommitted
DOC RandomizedSearchCV.best_estimator_ can not be a dictionary (scikit-learn#14553)
1 parent 992ed41 commi
D0C0
t b42a893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/model_selection/_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ class RandomizedSearchCV(BaseSearchCV):
13501350
scorer's name (``'_<scorer_name>'``) instead of ``'_score'`` shown
13511351
above. ('split0_test_precision', 'mean_train_precision' etc.)
13521352
1353-
best_estimator_ : estimator or dict
1353+
best_estimator_ : estimator
13541354
Estimator that was chosen by the search, i.e. estimator
13551355
which gave highest score (or smallest loss if specified)
13561356
on the left out data. Not available if ``refit=False``.

0 commit comments

Comments
 (0)
0