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

be robust about column orders in importance_frame #7

Closed Yue-Jiang closed 5 years ago

Yue-Jiang commented 5 years ago

fixes MI2DataLab/randomForestExplainer#3

(the example in #3 lacks initiation of the variable size_measure, but the real problem is the importance_frame in the example has slightly different order in the column names and important_variables makes strong assumption about the ordering of column names)

pbiecek commented 5 years ago

Thanks