harmonypy version 0.0.8
- Replace
scipy.cluster.vq.kmeans2
with the faster functionsklearn.cluster.KMeans
. Thanks to @johnarevalo for providing details about the running time with both functions in PR #20.
scipy.cluster.vq.kmeans2
with the faster function sklearn.cluster.KMeans
. Thanks to @johnarevalo for providing details about the running time with both functions in PR #20.