PyDataBlog/ParallelKMeans.jl
Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm
JuliaMIT
Issues
- 0
Add counts to cluster results
#123 opened by PyDataBlog - 7
TagBot trigger issue
#99 opened by JuliaTagBot - 1
Add better initialisation methods
#118 opened by tecosaur - 6
Add Lightweight Coresets
#87 opened by cstich - 0
Better convergence system for mini batch algorithm
#113 opened by PyDataBlog - 2
Release 1.0.0
#78 opened by PyDataBlog - 9
Benchmark figure
#79 opened by azev77 - 1
You used the elbow method for choosing optimal number of clusters as a benchmark. Is this a function of your package as well?
#109 opened by wherrera10 - 2
Release 0.2.1
#105 opened by PyDataBlog - 0
Add MiniBatchKMeans
#55 opened by Arkoniak - 0
Test failure on Julia 1.5
#82 opened by Arkoniak - 3
Release 0.2.0
#98 opened by PyDataBlog - 2
Release 0.1.9
#95 opened by PyDataBlog - 0
- 0
- 1
Extend [compat] MLJModelInterface = "^0.2,^0.3"
#89 opened by ablaom - 0
Use unpack
#86 opened by Arkoniak - 2
Release 0.1.7
#77 opened by PyDataBlog - 1
Add more metrics
#25 opened by Arkoniak - 0
- 0
- 5
Expose the RNG as a hyper-parameter
#66 opened by ablaom - 0
- 1
possible test failure in upcoming Julia version 1.5
#80 opened by rfourquet - 0
Brush things up
#71 opened by Arkoniak - 2
Release 0.1.6
#76 opened by PyDataBlog - 0
More generic type support
#22 opened by Arkoniak - 1
Release 0.1.5
#68 opened by PyDataBlog - 6
Add Yinyang K-Means?
#43 opened by findmyway - 0
Faster k-means
#11 opened by Arkoniak - 2
Release 0.1.4
#62 opened by PyDataBlog - 2
Release 0.1.3
#60 opened by PyDataBlog - 0
Support for distance metrics beyond Euclidian.
#56 opened by PyDataBlog - 1
Fix broken Git Actions BenchmarkCI
#38 opened by PyDataBlog - 1
- 2
Patch Release 0.1.1 - MLJModels Interface
#49 opened by PyDataBlog - 1
[Patch Release v0.1.1]: MLJModels Interface
#47 opened by PyDataBlog - 1
- 2
Initial version release
#39 opened by PyDataBlog - 3
Smart init needs to be thoroughly vetted and tested. Currently buggy and unstable
#7 opened by PyDataBlog - 0
GPU support
#24 opened by Arkoniak - 0
Recursive version of multithreading
#23 opened by Arkoniak - 0
Comparison with other implementations
#10 opened by Arkoniak