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