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

Add note that random forest restricts variables on a node level #19

Open
tompollard opened this issue Aug 24, 2022 · 1 comment
Open

Comments

@tompollard
Copy link
Collaborator

Make it clear that the random forest is restricting the variables available at each decision in the node (rather than restricting which variables are available for training of the entire tree): https://carpentries-incubator.github.io/machine-learning-trees-python/06-random-forest/

@tompollard
Copy link
Collaborator Author

Perhaps also add an exercise that asks what we expect to see if the max_depth is set to 1 (we expect each tree to split on only one of the two variables).

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

1 participant