8000 implement sparse matrix support for decision trees and ensemble methods · Issue #2666 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

implement sparse matrix support for decision trees and ensemble methods #2666

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
sharecqy opened this issue Dec 14, 2013 · 3 comments
Closed

Comments

@sharecqy
Copy link

I notice decision tree only supports dense matrix.is there a reason it doesn't support sparse matrix.

@jnothman
Copy link
Member

Implementing efficient sparse support would basically involve duplicating
the entire implementation, so it would only be considered if it's known to
be worthwhile.

So: do you know of (please cite) sparse problems that are well solved by
trees?

On Sun, Dec 15, 2013 at 1:53 AM, sharecqy notifications@github.com wrote:

I notice decision tree only supports dense matrix.is there a reason it
doesn't support sparse matrix.


Reply to this email directly or view it on GitHubhttps://github.com//issues/2666
.

@sharecqy
Copy link
Author

In this paper,they use random forest to recommend labels for web page.The model they use is bag of words.
http://research.microsoft.com/en-us/um/people/manik/pubs%5Cagrawal13.pdf

@arjoly
Copy link
Member
arjoly commented Dec 15, 2013

Closing duplicate of #655 (discussion of sparsity support for decision tree), #2581, #2399

@arjoly arjoly closed this as completed Dec 15, 2013
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
0