We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
It's not supported yet in scikit-learn. If you need it, there is a lazy version at LazyBaggingClassifier which supports multi-label.
Sorry, something went wrong.
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)
@arjoly there is a typo in the website title ;)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: