Question:
Random forest - Evaluation
Author: Christian NAnswer:
Repeat the process until the desired amount of trees is reached. Bootstrap and random feature selection ensure variation in the created trees. To evaluate the forest, we run each sample on each generated tree and we look at the results. The sample is classified based on the class selected by the majority of the trees.
0 / 5 Â (0 ratings)
1 answer(s) in total