I generated clusters using Kmeans on some biological data, but while the clusters make sense, I would like to know which features were most important for the clustering. Is there a way to rank or score the contribution of a feature on clustering, either through a sci-kit learn method or other method?
Asked
Active
Viewed 382 times
3
-
Does this help? http://stats.stackexchange.com/questions/77689/estimating-most-important-features-in-a-k-means-cluster-partition – ilanman Oct 20 '16 at 17:31