Skip to content

Multi-label support for BaggingClassifier? #4758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xiaohan2012 opened this issue May 22, 2015 · 3 comments
Closed

Multi-label support for BaggingClassifier? #4758

xiaohan2012 opened this issue May 22, 2015 · 3 comments

Comments

@xiaohan2012
Copy link

Hi,

Just to conform if multi-label prediction is supported in BaggingClassifier.

It seems so to me. if so, I can try to add it.

Thanks

@arjoly
Copy link
Member

arjoly commented May 22, 2015

It's not supported yet in scikit-learn. If you need it, there is a lazy version at LazyBaggingClassifier which supports multi-label.

@arjoly arjoly closed this as completed May 22, 2015
@arjoly
Copy link
Member

arjoly commented May 22, 2015

I have a branch that is almost finish to implement this in scikit-learn without the lazy aspect https://github.com/arjoly/scikit-learn/tree/mo-bagging and there is also a pr that has lack proper attention #3798. (For reference #3449)

@amueller
Copy link
Member

@arjoly there is a typo in the website title ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants