8000 Merge pull request #4857 from christophebourguignat/master · scikit-learn/scikit-learn@1d28349 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d28349

Browse files
committed
Merge pull request #4857 from christophebourguignat/master
DOC document missing attributes in RandomizedSearchCV
2 parents 99d08b5 + 2928c50 commit 1d28349

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sklearn/grid_search.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,10 @@ class RandomizedSearchCV(BaseSearchCV):
817817
verbose : integer
818818
Controls the verbosity: the higher, the more messages.
819819
820+
random_state : int or RandomState
821+
Pseudo random number generator state used for random uniform sampling
822+
from lists of possible values instead of scipy.stats distributions.
823+
820824
error_score : 'raise' (default) or numeric
821825
Value to assign to the score if an error occurs in estimator fitting.
822826
If set to 'raise', the error is raised. If a numeric value is given,

0 commit comments

Comments
 (0)
0