5. If we do not define number of trees to be built in random forest then how many trees random forest internally creates?
Answers
Answered by
1
The default number of trees is 10
waghelaketan79:
what about the python and R ?
Answered by
4
Answer: we cannot predict the number of tree the random forest algo will create internally.
Explanation: the next tree random forest is going to create is based on the error observed in the previous tree. If the new tree is observing the same error or you can say if the algo is capturing the same error consistantly then it will stop creating the trees.
Similar questions