jaak-s / extraTrees

ExtraTrees method for Java and R
Apache License 2.0
23 stars 5 forks source link

Variable importance using extraTrees #8

Open boro2013 opened 6 years ago

boro2013 commented 6 years ago

How can I get the variable importance matrix (mean decrease in impurity GINI) for all the predictors used to train an extraTrees model. I'm looking into the R package but I didn't found any function to retrieve the variable importance matrix.

jaak-s commented 6 years ago

Unfortunately, it is not implemented. I think it should be straight-forward to implement but currently I am lacking time.

All contributions are welcome.