machine learning tree based mcq

Viewed 29

Tree 1: Max-Depth = 10, Min-Samples-Split = 2, Min-Impurity-Decrease = 0.1

Tree 2: Max-Depth = 2

Which of the two trees given above should be used as a base estimator for the Random Forest Ensemble Algorithm?

options - 1) Tree 1 2) Tree 2 3) Both are equally prone to overfitting 4) This cant be determined

0 Answers
Related