Decision Tree Learning

Reduced-Error Pruning

Results
  1. Do until further pruning is harmful:
    1. Evaluate impact on validation set of pruning each possible node (plus those below it)
    2. Greedily remove the one that most improves validation set accuracy

José M. Vidal .

20 of 25