Homogeneity Score
The problem#
Homogeinity score measure of whether each cluster contains only members of a single class, this metric ranges from 0 to 1. (higher the better)
It describes the closeness of the clustering algorithm to the ground truth.
Formally defined by this formula:
If each data point is in its own cluster, then the homogeneity score is 1. (higest)

Similarly if all data points are in one cluster, then the homogeneity score is 0. (lowest)
