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
-
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
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