What is the purpose of the Elbow Method when applied to k-means clustering?

Machine Learning Medium

Machine Learning — Medium

What is the purpose of the Elbow Method when applied to k-means clustering?

Key points

  • It involves plotting within-cluster inertia against the number of clusters.
  • The inflection point where inertia reduction slows down indicates the optimal k.
  • This method helps avoid overfitting or underfitting the data.

Ready to go further?

Related questions