From 2928c50fadaaa583494d3ac96147a599de1645cc Mon Sep 17 00:00:00 2001 From: Christophe Bourguignat Date: Sat, 13 Jun 2015 00:12:18 +0200 Subject: [PATCH] DOC document missing attributes --- sklearn/grid_search.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sklearn/grid_search.py b/sklearn/grid_search.py index 3e13a134a624a..51eba40712821 100644 --- a/sklearn/grid_search.py +++ b/sklearn/grid_search.py @@ -817,6 +817,10 @@ class RandomizedSearchCV(BaseSearchCV): verbose : integer Controls the verbosity: the higher, the more messages. + random_state : int or RandomState + Pseudo random number generator state used for random uniform sampling + from lists of possible values instead of scipy.stats distributions. + error_score : 'raise' (default) or numeric Value to assign to the score if an error occurs in estimator fitting. If set to 'raise', the error is raised. If a numeric value is given,