8000 Correct default value of reg_covar in gaussian_mixture. (#8462) · scikit-learn/scikit-learn@4f21607 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f21607

Browse files
tguillemotTomDLT
authored andcommitted
Correct default value of reg_covar in gaussian_mixture. (#8462)
1 parent cc3ce58 commit 4f21607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/mixture/gaussian_mixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ class GaussianMixture(BaseMixture):
463463
The convergence threshold. EM iterations will stop when the
464464
lower bound average gain is below this threshold.
465465
466-
reg_covar : float, defaults to 0.
466+
reg_covar : float, defaults to 1e-6.
467467
Non-negative regularization added to the diagonal of covariance.
468468
Allows to assure that the covariance matrices are all positive.
469469

0 commit comments

Comments
 (0)
0