-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
FIX deprecate sample_weight in predict method of BaseKMeans #25251
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @glevv. Looks good. I think you can switch this PR to ready.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you, @glevv.
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
…earn#25251) Co-authored-by: Julien Jerphanion <git@jjerphan.xyz> Fixes scikit-learn#25066
…earn#25251) Co-authored-by: Julien Jerphanion <git@jjerphan.xyz> Fixes scikit-learn#25066
…earn#25251) Co-authored-by: Julien Jerphanion <git@jjerphan.xyz> Fixes scikit-learn#25066
…earn#25251) Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Reference Issues/PRs
Fixes #25066
What does this implement/fix? Explain your changes.
Deprecation of
sample_weight
parameter inpredict
method for KMeans