Przemyslaw Biecek explains that there’s more than LIME for explaining black-box models:
I’ve heard about a number of consulting companies, that decided to use simple linear model instead of a black box model with higher performance, because ,,client wants to understand factors that drive the prediction’’.
And usually the discussion goes as following: ,,We have tried LIME for our black-box model, it is great, but it is not working in our case’’, ,,Have you tried other explainers?’’, ,,What other explainers’’?So here you have a map of different visual explanations for black-box models.
Check out DALEX, which includes a Jupyter notebook example. H/T R-Bloggers