Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for n_init=auto in KMeans #6142

Open
wants to merge 8 commits into
base: branch-24.12
Choose a base branch
from

Commits on Nov 22, 2024

  1. Prepare for n_init=auto in KMeans

    This adds a warning for the upcoming switch from n_init=1 to 'auto'.
    This adds the possibility to use 'auto', which helps being compatible
    with sickit-learn.
    betatim committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    8312018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06ba294 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c27e8a View commit details
    Browse the repository at this point in the history
  4. Use 25.05

    betatim committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c3125df View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Make the switch in 25.02

    betatim committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8caef39 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Update dask tests

    betatim committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    52fffe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13965e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fba0ee View commit details
    Browse the repository at this point in the history