Display
Display
is similar to Visualize but it supports only workflows and models.
Format
Display
uses the following formats:
Display the local impact score for the model <model>
. Displays the shap scores of the model's features as a table.Display the impact scores for the model <model>
. Displays the impact scores of the model's features as a bar chart.Display the workflow <workflow>
. Displays the workflow as a flowchart.
Parameters
Display
uses the following parameters:
model
(required). The model whose scores to display.workflow
(required). The workflow to display.
Output
If Display
runs successfully, the related chart or table is shown in the display panel. Otherwise, an error message is shown in the chat history.
Examples
To display the impact scores of the features used in the model "QuarterlySales" as a bar chart, enter Display the impact scores for the model QuarterlySales
.
To display the workflow "QuarterlySalesAnalysis" as a flowchart, enter Display the workflow QuarterlySalesAnalysis
.