Re: [Scikit-learn-general] Interpreting the cluster_centers in sklearn KMEans

2016-05-02 Thread Sebastian Raschka
> Thanks for the explanations. But what am seeing is that if I feed a data with > 3K features/attributes the "cluster_centers_ method will give 3K values for > each clusters. Yes, that’s correct! > My objective is to give a name to each cluster based on the feature names > closest to the cent

Re: [Scikit-learn-general] Interpreting the cluster_centers in sklearn KMEans

2016-05-02 Thread JAGANADH G
Hi Sebastian, Thanks for the explanations. But what am seeing is that if I feed a data with 3K features/attributes the "cluster_centers_ method will give 3K values for each clusters. My objective is to give a name to each cluster based on the feature names closest to the centroids . Best Jagan O

Re: [Scikit-learn-general] Interpreting the cluster_centers in sklearn KMEans

2016-04-29 Thread Sebastian Raschka
Hi, Jaganadh, it looks like you ran k-means on a 2-dimensional dataset (i.e., a dataset with 2 feature variables) and k=3. Thus, the results mean that these three cluster centers (or “centroids”) are the centers of the 3 clusters that k-means attempted to discover. Or in other words, there are