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

extra trees #9

Open
UnixJunkie opened this issue Jun 8, 2021 · 2 comments
Open

extra trees #9

UnixJunkie opened this issue Jun 8, 2021 · 2 comments

Comments

@UnixJunkie
Copy link
Owner

this is just a RF variant: at each node, a (feature, value) pair is select out of several random (feature, value) pairs.
They don't train on a bootstrap from the training set, but on the whole dataset.

@UnixJunkie
Copy link
Owner Author

P. Geurts, D. Ernst., and L. Wehenkel, “Extremely randomized trees”, Machine Learning, 63(1), 3-42, 2006.

@UnixJunkie
Copy link
Owner Author

Should be way faster than training a RF.
We'll see about the model performance though.

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