Created
March 28, 2014 19:36
-
-
Save bbarrilleaux/9841297 to your computer and use it in GitHub Desktop.
IPython notebook using scikit-learn for K-means clustering.
Yes, of course. You just have to refactor the feaatures, but it should work. Even though, I believe k-means is not the best approach to such quantity of features.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does k-means depends on the no of features? As in Iris dataset we have 4 features. Can I use this code for a dataset where I have 50 features ?