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

lime for multi-input keras models in R #171

Open ChenguangXue opened 4 years ago

ChenguangXue commented 4 years ago

Thank you for developing and maintaining this package.

Right now we are developing a multi-input keras model and we want to use lime to explain it. The model structure is like following:

image

The main input is a sequence data and the aux input is a profile data. I'm wondering does lime currently support multi-input keras models? or is there any way that I can work around it? Thank you so much!