[Scikit-learn-general] silhouette score sample_size issue

2016-05-03 Thread JAGANADH G
Hi team, I was trying to cluster a sparse matrix <589169x8232488 sparse matrix of type '' with 27313627 stored elements in COOrdinate format> After clustering with KMeans I was trying to get the gap statistics. When I try to set the sample_size it says that slicing with index is not possib

Re: [Scikit-learn-general] silhouette score sample_size issue

2016-05-03 Thread Maniteja Nandana
Hi, I am not an expert here but any small reproducible code to get the error would really help to understand the issue. Thanks, Maniteja. ___ Scikit-learn-general mailing list Scikit-learn-general@lists.sourceforge.net https://lists.sourceforge.net/list

Re: [Scikit-learn-general] New Contributor Help Needed

2016-05-03 Thread Maniteja Nandana
Hi, Welcome. The best place to try contributing are some of the easy issues on github. Please do have a look at http://scikit-learn.org/stable/developers/contributing.html. which has some pointers to get working on. Hope it helps. Cheers, Maniteja. --