ModelOriented / randomForestExplainer

A set of tools to understand what is happening inside a Random Forest
https://ModelOriented.github.io/randomForestExplainer/
230 stars 37 forks source link

Upkeep #33

Closed olivroy closed 8 months ago

olivroy commented 10 months ago

Fix #29, fix #30 + other modernization of the package

Replace reshape2 by tidyr

Closes #32

All the warnings in https://modeloriented.github.io/randomForestExplainer/reference/plot_min_depth_interactions.html are now gone.

The only warnings that remain in tests is: Forest grown in ranger version <0.11.5, converting ...

pbiecek commented 8 months ago

@olivroy wow, this is huge! Thank you for your contribution