-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: PyDataBlog/ParallelKMeans.jl
base: minor-update
head repository: PyDataBlog/ParallelKMeans.jl
compare: master
- 11 commits
- 8 files changed
- 4 contributors
Commits on May 25, 2021
-
2
Configuration menu - View commit details
-
Copy full SHA for 6c4164c - Browse repository at this point
Copy the full SHA 6c4164cView commit details
Commits on May 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 17acdcb - Browse repository at this point
Copy the full SHA 17acdcbView commit details -
Merge pull request #116 from PyDataBlog/fix-benchmark
Fixed error in benchmark plot & CSV
Configuration menu - View commit details
-
Copy full SHA for e14c139 - Browse repository at this point
Copy the full SHA e14c139View commit details
Commits on Jun 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0a030b1 - Browse repository at this point
Copy the full SHA 0a030b1View commit details
Commits on Jun 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c903313 - Browse repository at this point
Copy the full SHA c903313View commit details
Commits on Jun 29, 2021
-
Merge pull request #117 from anderson15/patch-1
One small typo in readme
Configuration menu - View commit details
-
Copy full SHA for a542d02 - Browse repository at this point
Copy the full SHA a542d02View commit details
Commits on May 9, 2023
-
Extend compat: StatsBase = "0.32, 0.33, 0.34" (#119)
* extend ParallelKMeans compat: StatsBase = "0.32, 0.33, 0.34" * Pkg upgrades * v1.6 for CI builds * Current version benchmark * Updated benchmark Julia version * Bumped version for release --------- Co-authored-by: PyDataBlog <[email protected]>
2Configuration menu - View commit details
-
Copy full SHA for 2f7e0ac - Browse repository at this point
Copy the full SHA 2f7e0acView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3db726 - Browse repository at this point
Copy the full SHA f3db726View commit details
Commits on May 10, 2023
-
Merge pull request #120 from PyDataBlog/breaking
Breaking change semantic version
2Configuration menu - View commit details
-
Copy full SHA for 500f7a6 - Browse repository at this point
Copy the full SHA 500f7a6View commit details
Commits on Oct 21, 2024
-
Implement adaptive batch size and early stopping in MiniBatch k-means
* Make `MiniBatch` struct mutable * Add adaptive batch size mechanism based on convergence rate * Introduce early stopping criteria by monitoring change in cluster assignments * Improve initialization of centroids using k-means++ or other heuristic methods * Replace `copy` with zero allocations in the `kmeans!` function * Add tests for adaptive batch size mechanism * Add tests for early stopping criteria * Add tests for improved initialization of centroids
Configuration menu - View commit details
-
Copy full SHA for b9c4fce - Browse repository at this point
Copy the full SHA b9c4fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c9d3e7 - Browse repository at this point
Copy the full SHA 8c9d3e7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff minor-update...master