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

The result is not repeatable #59

Closed shail70 closed 6 years ago

shail70 commented 6 years ago

The plot_features give different results for same data in different runs

thomasp85 commented 6 years ago

I’m pretty sure the “issue” lies with the explain function. This is due to it relying on randomisation - to ensure reproducible results set a seed prior to calling the function (see set.seed())