8000 ENH Implement partial fitting for `NearestCentroid` by augustebaum · Pull Request #29351 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

ENH Implement partial fitting for NearestCentroid #29351

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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

augustebaum
Copy link
@augustebaum augustebaum commented Jun 26, 2024

This is mostly a copy of #19262; credit goes to its author (now shown as @ghost) and @Robinspecteur.

I advise reviewing commit-by-commit.

This is my first contribution!

Reference Issues/PRs

Closes #12952. Supercedes #19262.

What does this implement/fix? Explain your changes.

This implements partial fitting for .neighbors.NearestCentroid.

Any other comments?

@augustebaum augustebaum changed the title ENH Implement partial fitting for NearestCentroid ENH Implement partial fitting for NearestCentroid Jun 26, 2024
Copy link

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: df9f608. Link to the linter CI: here

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.

Implementing partial_fit for NearestCentroid
2 participants
0