Re: [Scikit-learn-general] Multi-class AND multilabel learning/prediction

2014-07-01 Thread Arnaud Joly
Hi, Can you describe your problem? Do you mean multi-output multi-clas? Best, Arnaud On 01 Jul 2014, at 11:13, Gundala Viswanath wrote: > According to this documentation here: > http://scikit-learn.org/stable/modules/multiclass.html > > The API listed there does EITHER multi-class OR multi-l

[Scikit-learn-general] Multi-class AND multilabel learning/prediction

2014-07-01 Thread Gundala Viswanath
According to this documentation here: http://scikit-learn.org/stable/modules/multiclass.html The API listed there does EITHER multi-class OR multi-label. Is there a way I can construct BOTH multi-class AND multi-label learning/prediction scheme? - G. V. --