Computer Science, asked by saklaniankit0, 1 year ago

If we do not define number of trees to be built in random forest then how many trees random forest internally creates? Please describe.

Answers

Answered by Anonymous
3

Explanation:

I'm using Weka. Its default number of trees to be generated is 10. But I thought it should be a very large number and I put 500 trees. However it performed .

Answered by Anonymous
0

Answer:

Explanation:

Number of variables available for splitting at each tree node. In the random forests literature, this is referred to as the mtry parameter. ... randomForest - For classification models, the default is the square root of the number of predictor variables (rounded down).

Similar questions