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 0ac17a5 commit f7026b0Copy full SHA for f7026b0
sklearn/neural_network/rbm.py
@@ -49,8 +49,10 @@ class BernoulliRBM(BaseEstimator, TransformerMixin):
49
Number of iterations/sweeps over the training dataset to perform
50
during training.
51
52
- verbose : bool, optional
53
- The verbosity level.
+ verbose : int, optional
+ The verbosity level. Enabling it (with a non-zero value) will compute
54
+ the log-likelihood of each mini-batch and hence cause a runtime overhead
55
+ in the order of 10%.
56
57
random_state : integer or numpy.RandomState, optional
58
A random number generator instance to define the state of the
0 commit comments