Re: [Scikit-learn-general] A question about multi-label classification

2011-10-31 Thread Mathieu Blondel
On Thu, Oct 27, 2011 at 7:45 PM, Lars Buitinck wrote: > Something like this: https://github.com/scikit-learn/scikit-learn/pull/417 ? If anyone feels like making a contribution to scikit-learn, the above pull-request justs needs a bit of documentation love (example in the narrative doc + docstrin

Re: [Scikit-learn-general] A question about multi-label classification

2011-10-27 Thread Lars Buitinck
2011/10/26 SK Sn : > I will try to come up with a wrapper for the multi-label. Something like this: https://github.com/scikit-learn/scikit-learn/pull/417 ? -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam --

Re: [Scikit-learn-general] A question about multi-label classification

2011-10-26 Thread SK Sn
I will try to come up with a wrapper for the multi-label. Thank you all for the answers and kind help. Scikit learn is really a very vibrant project. :) On 26 October 2011 17:03, Paolo Losi wrote: > Hi, > > On Wed, Oct 26, 2011 at 4:22 PM, SK Sn wrote: > >> Hi there, I am looking into how to im

Re: [Scikit-learn-general] A question about multi-label classification

2011-10-26 Thread Paolo Losi
Hi, On Wed, Oct 26, 2011 at 4:22 PM, SK Sn wrote: > Hi there, I am looking into how to implement multi-label > text classification. > Generally, am training models just as normal multi-class classification, > but for predication/test, I want to make it multi-label, i.e. getting more > than one l

Re: [Scikit-learn-general] A question about multi-label classification

2011-10-26 Thread Gael Varoquaux
On Wed, Oct 26, 2011 at 04:57:10PM +0200, Olivier Grisel wrote: > Indeed the sourceforge web interface for the mailing list archives is > very bad. Maybe we should think about switching to something else? > Maybe librelists.com or google groups? I have had mixed experience with librelist, as it l

Re: [Scikit-learn-general] A question about multi-label classification

2011-10-26 Thread Olivier Grisel
2011/10/26 SK Sn : > Hi there, I am looking into how to implement multi-label > text classification. > Generally, am training models just as normal multi-class classification, but > for predication/test, I want to make it multi-label, i.e. getting more than > one labels for predication on a given t

Re: [Scikit-learn-general] A question about multi-label classification

2011-10-26 Thread Mathieu Blondel
On Wed, Oct 26, 2011 at 11:22 PM, SK Sn wrote: > Hi there, I am looking into how to implement multi-label > text classification. > Generally, am training models just as normal multi-class classification, but > for predication/test, I want to make it multi-label, i.e. getting more than > one labels

[Scikit-learn-general] A question about multi-label classification

2011-10-26 Thread SK Sn
Hi there, I am looking into how to implement multi-label text classification. Generally, am training models just as normal multi-class classification, but for predication/test, I want to make it multi-label, i.e. getting more than one labels for predication on a given test item. The easiest way wo