We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d08b5 commit 2928c50Copy full SHA for 2928c50
sklearn/grid_search.py
@@ -817,6 +817,10 @@ class RandomizedSearchCV(BaseSearchCV):
817
verbose : integer
818
Controls the verbosity: the higher, the more messages.
819
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
+
824
error_score : 'raise' (default) or numeric
825
Value to assign to the score if an error occurs in estimator fitting.
826
If set to 'raise', the error is raised. If a numeric value is given,
0 commit comments