8000 [MRG] Fix KMeans convergence when tol==0 (#17959) · jayzed82/scikit-learn@2ae8603 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ae8603

Browse files
jeremiedbbjayzed82
authored andcommitted
[MRG] Fix KMeans convergence when tol==0 (scikit-learn#17959)
1 parent 80ea0d8 commit 2ae8603

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/whats_new/v0.24.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ Changelog
9191
:pr:`17995` by :user:`Thomaz Santana <Wikilicious>` and
9292
:user:`Amanda Dsouza <amy12xx>`.
9393

94+
- |Fix| Fixed a bug in :class:`cluster.KMeans` where rounding errors could
95+
prevent convergence to be declared when `tol=0`. :pr:`17959` by
96+
:user:`Jérémie du Boisberranger <jeremiedbb>`.
9497

9598
:mod:`sklearn.covariance`
9699
.........................

0 commit comments

Comments
 (0)
0