scikit-learn-intelex
scikit-learn-intelex copied to clipboard
Different Number of Iterations in K-Means
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.
a fix with stability should help get closer to the true result for number of iterations.