A form of Model Agnostic Interpretability Finding the local behavior around a prediction of a model.
Process
- Data perturbation - lime generates dataset of perturbed samples
- Prediction collection - blackbox model makes predictions on perturbed samples
- Weight assignment - sample closer to original instance receive higher weights
- Local model training - interpretable model (like Linear Regression) is trained on weighted dataset
- Explanation generation - coefficients of local model serve as explanations for original prediction