Random tree
We can split the tree in a random tree using below steps-
- A random sampling of training data points when building trees.
- Random subsets of features considered when splitting nodes.
Random tree
We can split the tree in a random tree using below steps-