thomasp85 / lime

Local Interpretable Model-Agnostic Explanations (R port of original Python package)
https://lime.data-imaginist.com/
Other
481 stars 109 forks source link

Normalized/scaled values in charts #165

Open kbzsl opened 5 years ago

kbzsl commented 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)?

Thank you.