File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ sklekmeans - Equilibrium K-Means for scikit-learn
1111` sklekmeans ` provides batch and mini-batch implementations of the
1212Equilibrium K-Means (EKMeans) clustering algorithm. The method introduces
1313an equilibrium weighting scheme that can yield improved robustness on
14- imbalanced datasets compared to standard k-means.
14+ imbalanced datasets compared to standard k-means. The API is compatible
15+ with sklearn estimators.
1516
1617Features
1718--------
Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ sklekmeans: a scikit-learn extension
99`Issues & Ideas <https://github.com/ydcnanhe/sklearn-ekmeans/issues >`__ |
1010`Build Docs Locally <https://github.com/ydcnanhe/sklearn-ekmeans/blob/main/doc/README.md >`__ |
1111
12- This is the documentation for `sklekmeans ` to help at extending
13- `scikit-learn `. It provides some information on how to build your own custom
14- `scikit-learn ` compatible estimators as well as a template to package them.
12+ This site documents `sklekmeans `, a scikit-learn‑compatible implementation of
13+ Equilibrium K-Means (EKMeans) designed for robust clustering on imbalanced datasets.
14+ It covers installation and a quick start, algorithm details, full-batch and mini-batch
15+ training modes, optional numba acceleration, the full Python API compatible with
16+ sklearn estimators, and worked examples.
1517
1618
1719.. grid :: 1 2 2 2
You can’t perform that action at this time.
0 commit comments