Re: [Scikit-learn-general] Text Classification with more than 10 classes

2012-06-16 Thread Olivier Grisel
2012/6/16 Robert Layton : > Hi there. Can you please post the code you are using? Or at least the name of the classifier class you are using is probably more than a dozen of them in scikit-learn. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel -

Re: [Scikit-learn-general] Text Classification with more than 10 classes

2012-06-15 Thread Robert Layton
Hi there. Can you please post the code you are using? Thanks, Robert On Jun 16, 2012 10:35 AM, "Fahd S. Alotaibi" wrote: > Hi everybody, > > I'm using this brilliant framework in text classification. I spotted that > when the number of classes are > 10, the sklearn just work on with the > first

[Scikit-learn-general] Text Classification with more than 10 classes

2012-06-15 Thread Fahd S. Alotaibi
Hi everybody, I'm using this brilliant framework in text classification. I spotted that when the number of classes are > 10, the sklearn just work on with the first 10 classes only and ignore the remaining classes. This seems a bit strange. I went quickly throw the sklearn files to see if I cou