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 d468843 commit 4cfb382Copy full SHA for 4cfb382
examples/cluster/plot_cluster_iris.py
@@ -34,7 +34,6 @@
34
35
np.random.seed(5)
36
37
-centers = [[1, 1], [-1, -1], [1, -1]]
38
iris = datasets.load_iris()
39
X = iris.data
40
y = iris.target
0 commit comments