randomForestExplainer
randomForestExplainer copied to clipboard
A set of tools to understand what is happening inside a Random Forest
Hello! Thanks so much for this package! I'm learning a ton about making inference from random forest models, and I really appreciate the effort you've put into making this more...
Firstly, thank you for this package. I've discovered a couple of issues. Using the example from the docs as a reprex: ``` forest
Fixes https://github.com/ModelOriented/randomForestExplainer/issues/28 Thanks @mikoontz for reporting!
The interaction calculations are slow. Here is my plan to make it faster: - [x] Unify output of `getTree()` and `treeInfo()` and adapt code correspondingly. Most functions that distinguish {randomForest}...