Skip to content
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

Experiment how to combine the results from all the decision tree #3

Open
omarshammas opened this issue Feb 4, 2013 · 0 comments
Open

Comments

@omarshammas
Copy link
Owner

the random forest classifier uses a majority vote to classify test. This may not be optimal setup. For example, if we have 24 trees 10 of which are predicting 1, 7 are predicting 4 and 7 are predicting 5. In this scenario, it may be better to select 4 or 5.

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

1 participant