Maintenance free trees anymore. What happens is that basically the tree is created in accordance with the implemented algorithm, and if pruning is turned on, an additional step shows which nodes / branches can be deleted without affecting performance too much.
The idea of pruning is that, in addition to simplifying the understanding of the tree, you reduce the risk of reassigning training data. That is, having the ability to classify training data is (almost) excellent, but nothing more, because instead of studying the basic concept, the tree recognized properties that are inherent and specific to the training data.
Lars kotthoff
source share