How important is the depth of decision tree?

The depth of decision tree represents the degree of how optimal it is. We first need to know that the longest tree leads to a model that learns more complex information i.e. overfitting. On the other hand, shallower trees prone to learn less complex information i.e. underfitting.

Read More