Skip to content

Commit 41b5d85

Browse files
committed
Pushing the docs for revision for branch: master, commit c2cee915201a53fbf4fc676e53ada1d864118b39
1 parent fd60516 commit 41b5d85

File tree

885 files changed

+2892
-2892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

885 files changed

+2892
-2892
lines changed

dev/_downloads/plot_mini_batch_kmeans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
different = (mbk_means_labels == 4)
104104
ax = fig.add_subplot(1, 3, 3)
105105

106-
for l in range(n_clusters):
106+
for k in range(n_clusters):
107107
different += ((k_means_labels == k) != (mbk_means_labels == order[k]))
108108

109109
identic = np.logical_not(different)
152 Bytes
152 Bytes
541 Bytes
541 Bytes
-144 Bytes
-144 Bytes
162 Bytes
162 Bytes
-554 Bytes

0 commit comments

Comments
 (0)