aldro61 / mmit

Regression trees for interval censored output data
https://aldro61.github.io/mmit/
GNU General Public License v3.0
7 stars 7 forks source link

Rule importance normalization is incorrect after pruning (minor) #14

Open aldro61 opened 6 years ago

aldro61 commented 6 years ago

We would need to renormalize on the fly, since the total of all rule importances is not the same in each pruned version of the tree.

This is a very minor issue, since the ordering of the rule importances is preserved in the current implementation.