From 244fc06cd87f7a4108839a6a3946a050aa216c0c Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 15 Jan 2019 14:35:21 +0000 Subject: Document the random_state argument --- gensvm/core.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gensvm') diff --git a/gensvm/core.py b/gensvm/core.py index edd5236..a2c4cd0 100644 --- a/gensvm/core.py +++ b/gensvm/core.py @@ -142,6 +142,11 @@ class GenSVM(BaseEstimator, ClassifierMixin): verbose : int, (default=0) Enable verbose output + random_state : None, int, instance of RandomState + The seed for the random number generation used for initialization where + necessary. See the documentation of + ``sklearn.utils.check_random_state`` for more info. + max_iter : int, (default=1e8) The maximum number of iterations to be run. -- cgit v1.2.3