You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make `plot_min_depth_distribution` work with ranger forests
* first pass adding ranger support for min_depth_interactions, untested
* first pass adding ranger support for multi way importance, untested
* further clean up to the point explain_forest works for ranger
* unsupervised randomForest should be supported by all functions except plot_predict_interaction
* add my email address
* unfinished work adding tests
* first pass ranfomForest tests
* add tests for ranger and fix an issue with interactions for ranger
* add .travis.yml
* pass along maintainer role
Description: A set of tools to help explain which variables are most important in a random forests. Various variable importance measures are calculated and visualized in different settings in order to get an idea on how their importance changes depending on our criteria (Hemant Ishwaran and Udaya B. Kogalur and Eiran Z. Gorodeski and Andy J. Minn and Michael S. Lauer (2010) <doi:10.1198/jasa.2009.tm08622>, Leo Breiman (2001) <doi:10.1023/A:1010933404324>).
print("Warning: your forest does not contain information on local importance so 'accuracy_decrease' measure cannot be extracted. To add it regrow the forest with the option localImp = TRUE and run this function again.")
0 commit comments