The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Minimal gain - Decision Trees"
Could someone help explain to me minimal gain for decision tree pre-pruning.
How is the gain of a node quantified?
Thanks for any help
-Madcap
How is the gain of a node quantified?
Thanks for any help
-Madcap
Tagged:
0
Best Answer
-
varunm1 Member Posts: 1,207 UnicornHello @Madcap
Gain is calculated based on entropy. Gain will give us the amount of information provided by a splitting a feature.
In case of pre-pruning, we will not build the whole tree as we will start pruning (removing split) while the tree is being built
From my understanding, the minimal gain is where we are setting a cut point (threshold). For example, if the calculated gain for a particular feature split is greater than the set minimal gain then there will be a split else it will just leave that feature as a leaf.
Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
3