show#
- interpret.show(explanation, key=- 1, **kwargs)#
Provides an interactive visualization for a given explanation(s).
By default, visualization provided is not preserved when the notebook exits.
- Parameters:
explanation – Either a scalar Explanation or list of Explanations to render as visualization.
key – Specific index of explanation to visualize.
**kwargs – Kwargs passed down to provider’s render() call.