Skip to content

Convert kmeans backend to scikit-learn #34

@michael-petersen

Description

@michael-petersen

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?

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions