Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about LIME results #182

Open
ms1948 opened this issue Dec 30, 2020 · 1 comment
Open

Question about LIME results #182

ms1948 opened this issue Dec 30, 2020 · 1 comment

Comments

@ms1948
Copy link

ms1948 commented Dec 30, 2020

Hi,
I am trying to use LIME on R, and I need some explanations about the results produced by the package.
I have 144 records with 25 parameters each. Records are labeled “Cat” or “C3” depending on the parameter's value.
If I run a LIME analysis with the command: model <- train(b_train, b_lab, method = 'rf') two times with the same test record I receive two different results (see annex).
Please can you explain to me this behaviour ?

S001A
S001B

@lingminhao
Copy link

lingminhao commented Dec 17, 2021

I guess that's because of the instability of the LIME framework.
https://towardsdatascience.com/instability-of-lime-explanations-3e0efc00a7de
Personally, I think if your predictions have no noise then they should be stable. Not sure about this though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants