Q7Machine Learning
Question
2 marks
What is the Silhouette score used for?
Answer
The Silhouette Score is a strict mathematical metric used exclusively in unsupervised clustering to evaluate how dense and well-separated the generated clusters are.
The Silhouette Score ranges from to . It mathematically compares the mean intra-cluster distance (how tightly packed the points in Cluster A are) against the mean nearest-cluster distance (how far Cluster A is from Cluster B). A score near mathematically proves absolute optimal clustering.