Skip to content
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

[SPARK-50928][ML][PYTHON][CONNECT] Support GaussianMixture on Connect #49633

Closed
wants to merge 1 commit into from

Conversation

zhengruifeng
Copy link
Contributor

What changes were proposed in this pull request?

Support GaussianMixture on Connect

Why are the changes needed?

For feature parity

Does this PR introduce any user-facing change?

Yes

How was this patch tested?

Added test

Was this patch authored or co-authored using generative AI tooling?

No

model.weights,
)
# TODO: support GMM.gaussians on connect
# self.assertEqual(model.gaussians, xxx)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

file SPARK-50969 to track it

@zhengruifeng
Copy link
Contributor Author

@HyukjinKwon @wbo4958

zhengruifeng added a commit that referenced this pull request Jan 24, 2025
### What changes were proposed in this pull request?
Support GaussianMixture on Connect

### Why are the changes needed?
For feature parity

### Does this PR introduce _any_ user-facing change?
Yes

### How was this patch tested?
Added test

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #49633 from zhengruifeng/ml_connect_gmm.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
(cherry picked from commit 560dd5e)
Signed-off-by: Ruifeng Zheng <[email protected]>
@zhengruifeng
Copy link
Contributor Author

zhengruifeng commented Jan 24, 2025

merged to master/4.0

@zhengruifeng zhengruifeng deleted the ml_connect_gmm branch January 24, 2025 03:00
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.

2 participants