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.
1 parent cc3ce58 commit 4f21607Copy full SHA for 4f21607
sklearn/mixture/gaussian_mixture.py
@@ -463,7 +463,7 @@ class GaussianMixture(BaseMixture):
463
The convergence threshold. EM iterations will stop when the
464
lower bound average gain is below this threshold.
465
466
- reg_covar : float, defaults to 0.
+ reg_covar : float, defaults to 1e-6.
467
Non-negative regularization added to the diagonal of covariance.
468
Allows to assure that the covariance matrices are all positive.
469
0 commit comments