A data scientist is using LIME to explain a black-box model. Which TWO characteristics of LIME are true?
LIME generates a simple model that approximates the black-box model near the instance being explained.
Why this answer
LIME (Local Interpretable Model-agnostic Explanations) creates local surrogate models to explain individual predictions. It does not provide global feature importance or an inherent measure of model confidence.