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 development version from GitHub #117

Closed turgut090 closed 5 years ago

turgut090 commented 6 years ago

Hi @thomasp85 I have several problems with Lime.

  1. After this solution LIME (plot_features) does not give factors for outcome variable (for example: labels = 'Yes', 'No') as 'No' and 'Yes', instead of them I get '1' and '2'. This problem is actual for Keras.
  2. Today I have used Lime for h2o automl and when I specify ' bin_continuous' as TRUE, I get the explanation of continuous variables. What about the rest of data... screen shot 2018-08-06 at 2 12 13 pm
thomasp85 commented 5 years ago

Can I get you to provide a reproducible example?

turgut090 commented 5 years ago

Hi @thomasp85 , please, close this issue. I will open another one later with a reproducible example.