Skip to content
Prev 157514 / 398506 Next

ariable Importance Measure in Package RandomForest

The randomForest package is based on Breiman & Cutler's original code,
which grows trees using the CART algorithm.  The Gini criterion for
splitting nodes is hard-coded in the Fortran.  If you want info gain as
measure of variable importance, you should be growing trees using that
as the splitting criterion.  It may (or may not) be possible with the
party package, as that's a more modular design.  That's something you
can look into.

Best,
Andy 

From:  Uwe Ligges
Notice:  This e-mail message, together with any attachme...{{dropped:12}}