scikit-learn-intelex icon indicating copy to clipboard operation
scikit-learn-intelex copied to clipboard

Different Number of Iterations in K-Means

Open owerbat opened this issue 4 years ago • 1 comments

Scikit-learn (0.23 version) test scikit-learn/sklearn/cluster/tests/test_k_means.py::test_kmeans_elkan_results fails because of instability of kmeans. The iterations number is different from run to run.

owerbat avatar Sep 02 '20 08:09 owerbat

a fix with stability should help get closer to the true result for number of iterations.

PetrovKP avatar Dec 22 '20 20:12 PetrovKP