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

Incorrect diagram in "Understanding lime"? #183

Open kennysong opened 3 years ago

kennysong commented 3 years ago

On the Understanding lime page, the tabular feature plots do not match the description :

Screen Shot 2021-02-02 at 12 42 28 PM

jtr13 commented 1 year ago

Also, the same document indicates that the distance measure is euclidean by default, but according to ?explain the default is gower::gower_dist().