I am using the Decision Tree Learner node and trying different pruning options. The MDL option works fine for pruning. However, “reduced error pruning” seems to have no effect. This is similar to a previous post that also found no solution (Reduced error pruning). I would appreciate any help to understand why reduced error pruning has no impact on the prediction performance. Thanks.
Hello @saddas ,
To see if REP works, I tested it on this workflow, and I could see different values when I used MDL and REP.
Could you please let us know more about the problem you are trying to solve using Decision Tree?
Thanks,
Sanket
2 Likes
Hi @sanket_2012 ,
Thanks for your reply and for sharing the workflow. I ran your workflow with 4 options:
- MDL = no, REP = no
- MDL = no, REP = yes
- MDL = yes , REP = no
- MDL = yes , REP = yes
There were indeed minor differences in the resulting confusion matrix among the different options, but options 3 and 4 returned the same result (REP didn’t have an effect when MDL is performed) - see enclosed screenshot.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.