-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Closed
Description
scikit-learn/sklearn/cluster/k_means_.py
Line 559 in 13981bd
best_centers = centers.copy() |
This line should be best_centers = centers_old.copy()
?
Because the inertia in code L541 is calculated for old centers.
Metadata
Metadata
Assignees
Labels
No labels