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

Convert kmeans backend to scikit-learn #34

Open
3 tasks
michael-petersen opened this issue May 20, 2024 · 0 comments
Open
3 tasks

Convert kmeans backend to scikit-learn #34

michael-petersen opened this issue May 20, 2024 · 0 comments
Assignees

Comments

@michael-petersen
Copy link
Owner

The old hand-written version of kmeans has probably outlived its lifespan, and should be converted to the implementation in scikit-learn, available here.

I think a reasonable plan would be to

  • Implement a drop-in replacement for KMeans, which entails a bit of plumbing to get the attributes from scikit-learn mapped onto the exptool names
  • Subsume KPlusPlus into Kmeans
  • Update installation requirements to include scikit-learn

Anything else I've forgotten?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant