We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b374cc commit 839a2a2Copy full SHA for 839a2a2
benchmarks/bench_plot_fastkmeans.py
@@ -4,7 +4,7 @@
4
import numpy as np
5
from numpy import random as nr
6
7
-from sklearn.cluster.k_means_ import KMeans, MiniBatchKMeans
+from sklearn.cluster import KMeans, MiniBatchKMeans
8
9
10
def compute_bench(samples_range, features_range):
0 commit comments