You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-responsible-ai-text-dashboard.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,14 +118,12 @@ The *fill lines* between nodes visualize the distribution of datapoints into chi
118
118
119
119
To find important failure patterns, look for nodes with darker colors indicating a higher error rate, and thicker fill lines indicating higher error coverage.
120
120
121
-
##### Feature list
122
-
123
121
To edit the list of features the tree uses to train the tree map, select **Feature list** at the top of the view.
124
122
125
-
In the **Feature list** pane, **Features** lists the names of the features in the dataset. You can search to find specific features. **Importances** visualizes the relative importance of each feature in the dataset. You can select or deselect the check boxes next to each feature to add or remove the feature from the tree map.
126
-
127
123
:::image type="content" source="./media/how-to-responsible-ai-dashboard-text-insights/error-analysis-feature-list.png" alt-text="Screenshot of the error analysis feature list." lightbox="./media/how-to-responsible-ai-dashboard-text-insights/error-analysis-feature-list.png":::
128
124
125
+
In the **Feature list** pane, **Features** lists the names of the features in the dataset. You can search to find specific features. **Importances** visualizes the relative importance of each feature in the dataset. You can select or deselect the check boxes next to each feature to add or remove the feature from the tree map.
126
+
129
127
You can also configure the following settings:
130
128
131
129
-**Maximum depth** sets the maximum depth of the tree.
@@ -167,17 +165,13 @@ You can choose between **Dataset cohorts** or **Feature cohorts** by selecting e
167
165
168
166
You can also enable **Show heatmaps** for either view.
169
167
170
-
- At the bottom of the component, you can choose to view **Metrics visualizations** or a **Confusion matrix**.
171
-
172
-
:::image type="content" source="./media/how-to-responsible-ai-dashboard-text-insights/confusion-matrix.png" alt-text="Screenshot of a Confusion matrix in the Feature cohort view of the Model overview component." lightbox="./media/how-to-responsible-ai-dashboard-text-insights/confusion-matrix.png":::
173
-
174
-
#### Dataset cohorts and Feature cohorts
168
+
#### Dataset cohorts
175
169
176
170
**Dataset cohorts** displays the selected metrics across the global cohort and all user-defined cohorts in the dashboard.
177
171
178
172
:::image type="content" source="./media/how-to-responsible-ai-dashboard-text-insights/model-overview.png" alt-text="Screenshot of the model overview on the dataset cohorts tab." lightbox="./media/how-to-responsible-ai-dashboard-text-insights/model-overview.png":::
179
173
180
-
#### Dataset cohorts and Feature cohorts
174
+
#### Feature cohorts
181
175
182
176
**Feature cohorts** displays the selected metrics for cohorts that are based on selected features. You select the **Feature(s)** to define the cohorts. This view also shows **Fairness metrics** such as **Difference** and **Ratio** parity.
0 commit comments