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

keras model_type definition fix (AttributeError; func_name doesn't exist for layer activation) #122

Closed ledgerW closed 6 years ago

ledgerW commented 6 years ago

Removed reference to func_name in keras model_type definition, which was producing an AttributeError.

This issue was also raised here.

And there is another PR for this same issue, but I'm not sure that fixes it.

thomasp85 commented 6 years ago

Thanks!