Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sklearn/mixture/gaussian_mixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down