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

remove unused stringdist dependency #94

Closed ChrisMuir closed 6 years ago

ChrisMuir commented 6 years ago

stringdist is being imported but is not used in the package, this PR removes it. It looks like function stringdist::seq_dist() was replaced in PR #6, but wasn't removed from the Imports list.

thomasp85 commented 6 years ago

Thanks