You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: