nalzok / tree.interpreter

Decision tree interpreter for randomForest/ranger as described in
https://arxiv.org/abs/1906.10845
Other
12 stars 4 forks source link

Categorical predictors in ranger #4

Open markusloecher opened 2 years ago

markusloecher commented 2 years ago

also seem not correctly implemented in tree.interpreter, I think (related to the previous issue). See this example, which looks at all 3 options for the parameter respect.unordered.factors: CategoricalPredictors_ranger_ti.zip

Regards, Markus

mnwright commented 2 years ago

Feel free to ask me if any questions on the factor coding in ranger arise.