A set of additional estimators and tools for scikit-learn, including K-Medoids, EigenPro, and Fastfood. Current version: 0.3.0 (released Oct 2021). Releases are infrequent; the project is in maintenance mode.
pip install scikit-learn-extraNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Fit K-Medoids clustering on a small dataset and print cluster labels.
Use 'from sklearn_extra.cluster import KMedoids'.
Pin scikit-learn version to <=1.0.2 if issues arise, or consider alternatives like sklearn.cluster.KMeans.
Use scikit-learn's RBFSampler as a more stable alternative.