Question

As the title says:

Where does the random in Random Forests come from?

Was it helpful?

Solution

For each tree you randomly select from the variables that you can use to split tree nodes. Generally you randomly select 1/3 of the variables per tree.

Licensed under: CC-BY-SA with attribution
Not affiliated with datascience.stackexchange
scroll top