Skip to content

k-means++ documented as a init option#7615

Merged
rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
aamijar:docs-kmeans++
Dec 17, 2025
Merged

k-means++ documented as a init option#7615
rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
aamijar:docs-kmeans++

Conversation

@aamijar
Copy link
Copy Markdown
Member

@aamijar aamijar commented Dec 16, 2025

Resolves #7352

This PR documents k-means++ as a init option in the KMeans estimator.

@aamijar aamijar requested a review from a team as a code owner December 16, 2025 07:44
@aamijar aamijar requested a review from jcrist December 16, 2025 07:44
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Dec 16, 2025
@aamijar aamijar added non-breaking Non-breaking change cuml-accel Issues related to cuml.accel doc Documentation labels Dec 16, 2025
@jcrist jcrist removed the cuml-accel Issues related to cuml.accel label Dec 17, 2025
@jcrist
Copy link
Copy Markdown
Member

jcrist commented Dec 17, 2025

/merge

@rapids-bot rapids-bot bot merged commit 854c81c into rapidsai:main Dec 17, 2025
103 checks passed
mani-builds pushed a commit to mani-builds/cuml that referenced this pull request Jan 11, 2026
Resolves rapidsai#7352

This PR documents `k-means++` as a init option in the `KMeans` estimator.

Authors:
  - Anupam (https://github.com/aamijar)

Approvers:
  - Jim Crist-Harif (https://github.com/jcrist)

URL: rapidsai#7615
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Cython / Python Cython or Python issue doc Documentation non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

init="kmeans++" is not documented as a valid option in KMeans

3 participants