Skip to content

Addresses #24085 - Gaussian mixture weights #24117

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

Closed
wants to merge 7 commits into from

Conversation

kasmith11
Copy link
Contributor

Reference Issues/PRs

Fixes #24085

What does this implement/fix? Explain your changes.

Weights that were normalized using n_samples now use weights_.sum()

Any other comments?

@Micky774
Copy link
Contributor

Micky774 commented Aug 4, 2022

Hey there @kasmith11, thanks for the PR! It looks like you may have branched off your validate_spectralembedding branch which currently has an open PR (#24103).

Edit: It seems that branch is also based off of the branch you used for #24057.

This is bringing in extra commits which shouldn't be included. Could you update this PR to only include the change to the problematic line? (It may be easier just to open a new PR)

@kasmith11
Copy link
Contributor Author

kasmith11 commented Aug 5, 2022

@Micky774 I created a new PR. Thanks! I'll go ahead and close this request.

@kasmith11 kasmith11 closed this Aug 5, 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.

Weights are being normalized using number of samples as opposed to sum in GaussianMixture
2 participants