hi,
Is there any way to use random forest operator to get an importance of features ranking?
Â
it could keep track which of their decision trees and subset of features gives best performance on the testing data (out-of-bag-data) and print them out, I know there is a similar implementation of it in R...