NimbusML icon indicating copy to clipboard operation
NimbusML copied to clipboard

KMeans to initialize with actual centroids

Open ganik opened this issue 5 years ago • 0 comments

In scikit-learn one can do: pca = PCA(n_components=n_digits).fit(data) estimator = KMeans(init=pca.components_, n_clusters=n_digits, n_init=1)

Would be great to allow this in NimbusML

ganik avatar May 30 '19 22:05 ganik