You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
KMeans
, which entails a bit of plumbing to get the attributes from scikit-learn mapped onto theexptool
namesKPlusPlus
intoKmeans
Anything else I've forgotten?
The text was updated successfully, but these errors were encountered: