Altair RISE
A program to recognize and reward our most engaged community members
Nominate Yourself Now!
Home
Discussions
Community Q&A
Are these pruning conditions acting simultaneously? Or is there a sequence?
AP
Are these pruning conditions acting simultaneously? Or is there a sequence?
Find more posts tagged with
AI Studio
Accepted answers
AP
are all the postpruning conditions to be satisfied?
All comments
BalazsBaranyRM
Hi!
Prepruning is a set of decisions made before doing a split in the decision tree. The constraints specified in the parameters are used to decide if a split is even being done or not. For example, if
minimal size for split
applies (the leaf already consists of less than
4
elements), no further processing is done on this part.
"Pruning" is actually postpruning. It does the split and calculates a statistic measure for its quality. If the
confidence
threshold is not met, the split will be undone.
So obviously prepruning is before postpruning, and the simple rule-based decisions (
minimal size for split
) are done before attempted before doing a split attempt.
Regards,
Balázs
AP
are all the postpruning conditions to be satisfied?
BalazsBaranyRM
There is only one in your screenshot, but yes, all conditions need to be satisfied.
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups