Skip to content

Commit 2928c50

Browse files
Christophe BourguignatChristophe Bourguignat
authored andcommitted
DOC document missing attributes
1 parent 99d08b5 commit 2928c50

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)