ClusteringAlgorithms / results /detailed_analysis.json
karthik-2905's picture
Upload folder using huggingface_hub
7a321da verified
{
"K-Means": {
"silhouette_score": 0.5537000452752183,
"adjusted_rand_index": 0.41898597684663885,
"n_clusters": 2,
"cluster_statistics": {
"Cluster_0": {
"size": 159,
"age_mean": 30.422187845693067,
"age_std": 6.981503859820691,
"income_mean": 44239.89409133459,
"income_std": 15533.897625620913
},
"Cluster_1": {
"size": 141,
"age_mean": 50.94627258956317,
"age_std": 8.60146418458902,
"income_mean": 90270.60032281383,
"income_std": 12948.39618157893
}
}
},
"Hierarchical": {
"silhouette_score": 0.520642563349694,
"adjusted_rand_index": 0.3232534610119113,
"n_clusters": 2,
"cluster_statistics": {
"Cluster_0": {
"size": 180,
"age_mean": 31.46694055464164,
"age_std": 7.25667648787366,
"income_mean": 48769.132085291734,
"income_std": 19566.604864644247
},
"Cluster_1": {
"size": 120,
"age_mean": 52.970858356317585,
"age_std": 7.576333090600229,
"income_mean": 91532.11692238698,
"income_std": 12835.257179910019
}
}
},
"DBSCAN": {
"silhouette_score": 0.11803191067383975,
"adjusted_rand_index": 0.0,
"n_clusters": 1,
"cluster_statistics": {
"Cluster_0": {
"size": 299,
"age_mean": 40.095556903815925,
"age_std": 12.879072636075085,
"income_mean": 65740.89326009079,
"income_std": 27048.205749675155
}
}
},
"GMM": {
"silhouette_score": 0.5487883507919733,
"adjusted_rand_index": 0.45337001162039525,
"n_clusters": 2,
"cluster_statistics": {
"Cluster_0": {
"size": 157,
"age_mean": 30.61151617631749,
"age_std": 7.2842280129277,
"income_mean": 43483.59337851532,
"income_std": 14557.431206884427
},
"Cluster_1": {
"size": 143,
"age_mean": 50.451358481900414,
"age_std": 9.112097928511313,
"income_mean": 90457.1583609234,
"income_std": 12388.673659001814
}
}
}
}