You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
Hi,
When learning a GaussianMixtureModel it should be possible to pass MaxIterations to the EM algorithm. As it is now the Iterations parameter is passed to EM instead of MaxIterations.
Since Iterations are private set and never changed in code it will always be 0. This leads to infinite loops when a problem does not converge.
I also notice a missing else statement in MultivariateNormalDistribution.Fit().
When computing unweighted covariance it will always default to full matrix even when options.Diagonal is set: