Do you think 50 small decision trees are better than a large one? Why?

Do you think 50 small decision trees are better than a large one? Why?



-Yes!
-More robust model (ensemble of weak learners that come and make a strong learner)
-Better to improve a model by taking many small steps than fewer large steps
-If one tree is erroneous, it can be auto-corrected by the following
-Less prone to overfitting

Popular posts from this blog

Is rotation necessary in PCA? If yes, Why? What will happen if you don't rotate the components?

After analyzing the model, your manager has informed that your regression model is suffering from multicollinearity. How would you check if he's true? Without losing any information, can you still build a better model?

What does Latency mean?