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
[](https://github.com/SciML/ColPrac)
Copy file name to clipboardExpand all lines: docs/src/index.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,15 +79,14 @@ pkg> free ParallelKMeans
79
79
-[X] Support for weighted K-means.
80
80
-[X] Support of MLJ Random generation hyperparameter.
81
81
-[X] Implementation of [Mini-batch KMeans variant](https://www.eecs.tufts.edu/~dsculley/papers/fastkmeans.pdf)
82
-
-[X] Add contribution guidelines.
83
82
-[ ] Support for other distance metrics supported by [Distances.jl](https://github.com/JuliaStats/Distances.jl#supported-distances).
84
83
-[ ] Implementation of [Geometric methods to accelerate k-means algorithm](http://cs.baylor.edu/~hamerly/papers/sdm2016_rysavy_hamerly.pdf).
85
84
-[ ] Native support for tabular data inputs outside of MLJModels' interface.
85
+
-[ ] GPU support?
86
86
-[ ] Distributed calculations support.
87
-
-[ ]Further optimization of code base.
88
-
-[ ] Improved Documentation with more tutorials.
87
+
-[ ]Optimization of code base.
88
+
-[ ] Improved Documentation
89
89
-[ ] More benchmark tests.
90
-
-[ ] GPU support?
91
90
92
91
## How To Use
93
92
@@ -128,7 +127,7 @@ r.converged # whether the procedure converged
128
127
-[Elkan()](https://www.aaai.org/Papers/ICML/2003/ICML03-022.pdf) - Recommended for high dimensional data.
129
128
-[Yinyang()](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/ding15.pdf) - Recommended for large dimensions and/or large number of clusters.
130
129
-[Coreset()](http://proceedings.mlr.press/v51/lucic16-supp.pdf) - Recommended for very fast clustering of very large datasets, when extreme accuracy is not important.
131
-
-[MiniBatch()](https://www.eecs.tufts.edu/~dsculley/papers/fastkmeans.pdf) - Recommended for extremely large datasets, when extreme accuracy is not important.*Experimental Implementation*
130
+
-[MiniBatch()](https://www.eecs.tufts.edu/~dsculley/papers/fastkmeans.pdf) - Recommended for extremely large datasets, when extreme accuracy is not important.
Ultimately, we see this package as potentially the one-stop-shop for everything related to KMeans algorithm and its speed up variants. We are open to new implementations and ideas from anyone interested in this project.
225
-
This project adopts the [ColPrac community guidelines](https://github.com/SciML/ColPrac).
222
+
223
+
Detailed contribution guidelines will be added in upcoming releases.
0 commit comments