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

Bug for plot_features #149

Open Make42 opened 5 years ago

Make42 commented 5 years ago

When continuous variables are not binned, a negative weight might support intuition and not contradict it. E.g. if a cancer cell is benign and the weight for the cell's size is negative, it mean that a smaller cell would even more support the label "benign" for that cancer cell. However, plot_features plots the negative weight as contradictory. That makes no sense, does it?