Answer Posted / Jagdeep Kumar Arya
Decision trees are pruned to reduce overfitting and improve the model's generalization ability. Pruning can be done by either reducing the number of nodes in the tree (cost-complexity pruning) or removing entire subtrees based on their cost-benefit analysis (recursive pruning).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers