Re: [Scikit-learn-general] ValueError: numpy.dtype has the wrong size, try recompiling

2014-08-20 Thread km
yes.. try recompiling numpy then scipy and then scikit-learn Regards, Krishna On Wed, Aug 20, 2014 at 5:34 PM, federico vaggi wrote: > Are you sure you are 32/64 bit libraries uniformly? > > > On Wed, Aug 20, 2014 at 9:00 AM, Veck Hsiao wrote: > >> Hi ! all, >> >> I just installed scikit-lear

[Scikit-learn-general] make_multilabel_classification n_labels

2014-08-19 Thread km
Hi all, I am using the make_multilabel_classification function to generate X and Y The function help reads: ... n_labels : int, optional (default=2) The average number of labels per instance. Number of labels follows a Poisson distribution that never takes the value 0. ... but the