lime icon indicating copy to clipboard operation
lime copied to clipboard

Inverse operation in mean-centering and scaling in sampling

Open yap231995 opened this issue 2 years ago • 0 comments

I saw that the sampling in Lime lime_tabular.py is doing the following:

data = data * scale + instance_sample or data = data * scale + mean

May I know why would one want to do that with a scale and mean? Rather than just randomly sample from Gaussian distribution or just adding noise to the instance_sample when sample around instance_sample?

Thank you!

yap231995 avatar Jan 13 '23 15:01 yap231995