Skip to content

Commit

Permalink
Set 25.04 as change over version
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim committed Nov 22, 2024
1 parent 06ba294 commit 5c27e8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/cuml/cuml/cluster/kmeans.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ class KMeans(UniversalBase,
different seeds. The final results will be from the instance
that produces lowest inertia out of n_init instances.
.. versionadded:: 25.02
.. versionadded:: 24.12
Added 'auto' option for `n_init`.
.. versionchanged:: 25.XX
.. versionchanged:: 25.04
Default value for `n_init` will change from 1 to `'auto'` in version 25.XX.
oversampling_factor : float64 (default = 2.0)
Expand Down Expand Up @@ -224,7 +224,7 @@ class KMeans(UniversalBase,
if n_init == "warn":
warnings.warn(
"The default value of `n_init` will change from"
" 1 to 'auto' in 25.XX. Set the value of `n_init`"
" 1 to 'auto' in 25.04. Set the value of `n_init`"
" explicitly to suppress this warning.",
FutureWarning,
)
Expand Down

0 comments on commit 5c27e8a

Please sign in to comment.