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

Tree-interpreter on survival random forests? #1

Open pransito opened 4 years ago

pransito commented 4 years ago

Hi can you also provide the tree interpreter on survival random forests? In python or R. Is it planned?

nalzok commented 4 years ago

Hi @pransito,

Random Survival Forests support is planned for the R package. However, I probably won't have the time to implement it until several months later. Feel free to open a pull request if you don't mind getting your hands dirty!

pransito commented 4 years ago

Ok. Maybe. But I guess I first need to learn a bit more.