Skip to main content
All CollectionsFAQModeling FAQClustering FAQ
How do I interpret error metrics for my clustering model?
How do I interpret error metrics for my clustering model?

This article discusses how to interpret error metrics for your clustering model in the G2M platform

Updated over a week ago

Once a clustering model is trained the following error metrics are generated:

  • Silhouette Score: the Silhouette score is a commonly used measure of how well separated and cohesive the resulting clusters are. Note that the Silhouette score is most relevant when dealing with well-behaved, i.e. convex-shaped, clusters. In many real-life cases clusters are not convex and the Silhouette score may not be as relevant. In this case you are best served relying on your domain expertise to identify the most relevant number of clusters.

  • Computed Clusters: the number of clusters generated by the model. It will generally be the number of components specified during model configuration unless you enabled optimization, in which case it is the computed number of clusters that maximizes the Silhouette score.

Did this answer your question?