Skip to content

Commit 6448969

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

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. Plot of the labeled 3D data points with centroids.
40+
5. Plot the labeled 3D data points with centroids.
4141
plot_kmeans(
4242
X,
4343
centroids,

0 commit comments

Comments
 (0)