Open GoogleCodeExporter opened 9 years ago
does this help
http://www.stat.berkeley.edu/~breiman/RandomForests/cc_home.htm#varimp
overall importance of variable k over the entire forest = sum(tree_i accuracy
on oob data - tree_i accuracy after permuting the values of variable k in the
oob data)
Original comment by abhirana
on 29 Apr 2012 at 7:40
How to permute the values of variable k? i am not using categorical variable.
Original comment by nira...@gmail.com
on 29 Apr 2012 at 8:00
when you ask for variable importance it is done for all variables.
Original comment by abhirana
on 29 Apr 2012 at 8:03
Original issue reported on code.google.com by
nira...@gmail.com
on 29 Apr 2012 at 7:38