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-20
Original file line number
Diff line number
Diff line change
@@ -79,14 +79,15 @@ 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.
82
83
-[ ] Support for other distance metrics supported by [Distances.jl](https://github.com/JuliaStats/Distances.jl#supported-distances).
83
84
-[ ] Implementation of [Geometric methods to accelerate k-means algorithm](http://cs.baylor.edu/~hamerly/papers/sdm2016_rysavy_hamerly.pdf).
84
85
-[ ] Native support for tabular data inputs outside of MLJModels' interface.
85
-
-[ ] GPU support?
86
86
-[ ] Distributed calculations support.
87
-
-[ ]Optimization of code base.
88
-
-[ ] Improved Documentation
87
+
-[ ]Further optimization of code base.
88
+
-[ ] Improved Documentation with more tutorials.
89
89
-[ ] More benchmark tests.
90
+
-[ ] GPU support?
90
91
91
92
## How To Use
92
93
@@ -127,7 +128,7 @@ r.converged # whether the procedure converged
127
128
-[Elkan()](https://www.aaai.org/Papers/ICML/2003/ICML03-022.pdf) - Recommended for high dimensional data.
128
129
-[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.
129
130
-[Coreset()](http://proceedings.mlr.press/v51/lucic16-supp.pdf) - Recommended for very fast clustering of very large datasets, when extreme accuracy is not important.
130
-
-[MiniBatch()](https://www.eecs.tufts.edu/~dsculley/papers/fastkmeans.pdf) - Recommended for extremely 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*
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.
222
-
223
-
Detailed contribution guidelines will be added in upcoming releases.
224
-
225
-
<!--- TODO: Contribution Guidelines --->
225
+
This project adopts the [ColPrac community guidelines](https://github.com/SciML/ColPrac).
0 commit comments