What is pruning in decision trees and how is it done?
Answer Posted / Gajraj Mathur
Pruning in Decision Trees involves removing parts of the tree that provide little or no improvement to the accuracy of the model. This reduces the complexity of the tree, preventing overfitting. Pruning can be achieved through methods like Reduced Error Pruning (REP) and Cost Complexity Pruning.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers