8000 AdaBoostClassifier requires a dense array even when the base learner does not · Issue #2581 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

AdaBoostClassifier requires a dense array even when the base learner does not #2581

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
mhlr opened this issue Nov 9, 2013 · 3 comments
Closed

Comments

@mhlr
Copy link
mhlr commented Nov 9, 2013

AdaBoostClassifier does does not directly use the feature values of the input array, so it should not need to require the input to be dense. This limits its applicability to large scale high dimentional problems

@panyi121
Copy link

I am currently working on a project which takes sparse matrix as input for AdaBoostClassifier. I desire to know whether this issue has already solved or are there other AdaBoostClassifier package that works with sparse matrix? Thanks so much!

@hamsal
Copy link
Contributor
hamsal commented May 18, 2014

I have created a PR for this with testing based of the testing for bagging classifiers in PR #3076

@arjoly
Copy link
Member
arjoly commented Jun 4, 2014

Closed thanks to @hamsal (see #3161)

@arjoly arjoly closed this as completed Jun 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
0