thomasp85 / lime

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

Where is the source code? #147

Closed Make42 closed 5 years ago

Make42 commented 5 years ago

Where is the actual source code that does the heavy lifting? It seems to me that there is too little C++ code to account for the all the features, or am I mistaken?

thomasp85 commented 5 years ago

Most code is in the R/ folder... there is only need for compiled code for very specific tasks such as image segmentation etc.