8000
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.
2 parents 99d08b5 + 2928c50 commit 1d28349Copy full SHA for 1d28349
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