Elbow Method: Choosing the Right Number of Clusters in Data Scientist
Elbow Method
Choosing K randomly can give poor results.
The elbow method plots the error vs cluster count and finds the point where improvement slows down.
This point looks like an elbow in the graph.
Next: Hierarchical Clustering

