8000 FIX correctly initialize precisions_cholesky_ in GaussianMixture by glemaitre · Pull Request #22058 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

FIX correctly initialize precisions_cholesky_ in GaussianMixture #22058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 22, 2021

Conversation

glemaitre
Copy link
Member

closes #16944

Properly initialize precisions_cholesky_ by taking the square root of precisions_init.

Copy link
Member
@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment, otherwise LGTM

Copy link
Member
@lorentzenchr lorentzenchr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @glemaitre Thanks for fixing this.

Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
@lorentzenchr lorentzenchr changed the title FIX initialize correctly precisions_cholesky_ in GaussianMixture FIX correctly initialize precisions_cholesky_ in GaussianMixture Dec 22, 2021
@lorentzenchr lorentzenchr merged commit 3e460e8 into scikit-learn:main Dec 22, 2021
glemaitre added a commit to glemaitre/scikit-learn that referenced this pull request Dec 24, 2021
venkyyuvy pushed a commit to venkyyuvy/scikit-learn that referenced this pull request Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

incorrect initialization for self.precisions_cholesky_ in case of diag GaussianMixture
3 participants
0