DecisionTree.jl
DecisionTree.jl copied to clipboard
varimportance plot
is there a function or is there a way to print the importance of the variables base on purity or gini index similar to breiman's version in R?
@ppalmes "Feature Importance" capabilities have not been implemented. But please feel free to code up an implementation and submit a pull request. Thanks
Is there an update on this issue? I wish to use Adaboost as feature selector, but in order to do so, I need to retrieve feature importance from it.