thomasp85 / lime

Local Interpretable Model-Agnostic Explanations (R port of original Python package)
https://lime.data-imaginist.com/
Other
486 stars 110 forks source link

Add ranger to lime #130

Closed nielsenmarkus11 closed 6 years ago

nielsenmarkus11 commented 6 years ago

It would be nice to add ranger models to lime. I've got some un-generalized code that I could tweak to add this into the package.

thomasp85 commented 6 years ago

I would welcome a PR - look at models.R for the preferred format:

https://github.com/thomasp85/lime/blob/2f88098097abb25344338c9c9418e392b132572b/R/models.R#L106-L259

nielsenmarkus11 commented 6 years ago

@thomasp85 - I added the pull request here: https://github.com/thomasp85/lime/pull/131