Skip to main content

Task 10: View interpretation graphs

This task demonstrates how to open the model interpretation graphical user interface (GUI) to visualize key insights about the model. The interpretation GUI allows you to explore various charts, such as feature importance and partial dependence plots, which help you understand how the model makes predictions and how different features influence its behavior.

To access the interpretation GUI and view the graphs, use the following command:

experiment_interpretation.gui()

The explainer graphs can only be viewed through the GUI, which provides an interactive interface for exploring various interpretability graphs.


Feedback