Skip to content

Commit 01351b1

Browse files
Update k_means_clust.py
1 parent b37b9a9 commit 01351b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/k_means_clust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
heterogeneity,
3838
k
3939
)
40-
5. 3D Plot of the labeled data points with centroids.
40+
5. Plot of the labeled 3D data points with centroids.
4141
plot_kmeans(
4242
X,
4343
centroids,

0 commit comments

Comments
 (0)