Open kbzsl opened 5 years ago
Is there any easy solution provided by lime to “re-inject” the original values in the results (explainer table and plots), when a normalization was applied to the dataset (like step_center(), step_scale() from the recipes package)?
lime
step_center()
step_scale()
recipes
Thank you.
Is there any easy solution provided by
lime
to “re-inject” the original values in the results (explainer table and plots), when a normalization was applied to the dataset (likestep_center()
,step_scale()
from therecipes
package)?Thank you.