intel / scikit-learn-intelex

Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
https://intel.github.io/scikit-learn-intelex/
Apache License 2.0
1.21k stars 173 forks source link

Different Number of Iterations in K-Means #277

Open owerbat opened 4 years ago

owerbat commented 4 years ago

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.

PetrovKP commented 3 years ago

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