I get a model_prediction of 0.715906270331288 from the explanation.
With an intercept of 0.114219195393416 I try to reconstruct the local approximation:
but get 2.155599 instead of 0.715906270331288. I read I require scaling, but I could not find out how to do the scaling properly. What do I need to do to reconstruct the local prediction?
I am using lime in R with the code
I get a
model_prediction
of0.715906270331288
from the explanation. With an intercept of0.114219195393416
I try to reconstruct the local approximation:but get
2.155599
instead of0.715906270331288
. I read I require scaling, but I could not find out how to do the scaling properly. What do I need to do to reconstruct the local prediction?