Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PyDataBlog/ParallelKMeans.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: minor-update
Choose a base ref
...
head repository: PyDataBlog/ParallelKMeans.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 8 files changed
  • 4 contributors

Commits on May 25, 2021

  1. Merge pull request #115 from PyDataBlog/minor-update

    Minor update
    PyDataBlog authored May 25, 2021
    2 Configuration menu
    Copy the full SHA
    6c4164c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    17acdcb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #116 from PyDataBlog/fix-benchmark

    Fixed error in benchmark plot & CSV
    PyDataBlog authored May 26, 2021
    Configuration menu
    Copy the full SHA
    e14c139 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. One small typo in readme

    lightning vs lightening
    anderson15 authored Jun 27, 2021
    Configuration menu
    Copy the full SHA
    0a030b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Removed CI caches

    PyDataBlog committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c903313 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Merge pull request #117 from anderson15/patch-1

    One small typo in readme
    PyDataBlog authored Jun 29, 2021
    Configuration menu
    Copy the full SHA
    a542d02 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. 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]>
    ablaom and PyDataBlog authored May 9, 2023
    2 Configuration menu
    Copy the full SHA
    2f7e0ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3db726 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Merge pull request #120 from PyDataBlog/breaking

    Breaking change semantic version
    Arkoniak authored May 10, 2023
    2 Configuration menu
    Copy the full SHA
    500f7a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. 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
    PyDataBlog committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b9c4fce View commit details
    Browse the repository at this point in the history
  2. No code changes present.

    PyDataBlog committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8c9d3e7 View commit details
    Browse the repository at this point in the history
Loading