Clustering
Know
Clustering groups similar examples without labels. k-means needs the cluster count in advance and converges to a local optimum, so runs differ.
Apply
Choose k with a method such as the elbow or silhouette, and run several times.
Watch out
Treating cluster labels as meaningful categories. Any names are assigned by a human afterwards.
Study move
Explain why two k-means runs on the same data can differ.
