diff --git a/sklearn/mixture/gaussian_mixture.py b/sklearn/mixture/gaussian_mixture.py index 0065b82e6d5d2..edbfc08c4e07d 100644 --- a/sklearn/mixture/gaussian_mixture.py +++ b/sklearn/mixture/gaussian_mixture.py @@ -463,7 +463,7 @@ class GaussianMixture(BaseMixture): The convergence threshold. EM iterations will stop when the lower bound average gain is below this threshold. - reg_covar : float, defaults to 0. + reg_covar : float, defaults to 1e-6. Non-negative regularization added to the diagonal of covariance. Allows to assure that the covariance matrices are all positive.