__________ pruning is a technique where a decision tree is reduced by turning some branch nodes into leaf nodes.

  • Cost Complexity
  • Hybrid
  • Random
  • Reduced Error
Reduced Error Pruning is a technique where a decision tree is reduced by turning some branch nodes into leaf nodes and replacing them with the most common class. If this replacement does not reduce the accuracy on the validation set, the change is kept.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *