christophM / interpretable-ml-book

Book about interpretable machine learning
https://christophm.github.io/interpretable-ml-book/
Other
4.75k stars 1.06k forks source link

error in LIME section for text data #215

Closed shainarace closed 3 years ago

shainarace commented 3 years ago

"calculated as 1 minus the proportion of words that were removed, for example if 1 out of 7 words was removed, the proximity is 1 - 1/7 = 0.86."

This seems to imply that weights are between 0 and 1, yet there is a weight in your table >6.