randomForestExplainer icon indicating copy to clipboard operation
randomForestExplainer copied to clipboard

Speed-up interaction calculations

Open mayer79 opened this issue 1 year ago • 0 comments

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} and {ranger} can be removed. Implemented by #41
  • [ ] Simplify code basis, e.g., reduce the amount of {dplyr} code.
  • [ ] Make interaction calculations faster.

@pbiecek @hbaniecki

mayer79 avatar Mar 15 '24 10:03 mayer79