|
1 | 1 | ---
|
2 | 2 | title: Use the responsible AI text dashboard
|
3 | 3 | titleSuffix: Azure Machine Learning
|
4 |
| -description: Learn how to use the tools and visualization charts in the Azure Machine Learning studio Responsible AI (RAI) text dashboard. |
| 4 | +description: Learn how to use the tools and visualizations in the Azure Machine Learning studio Responsible AI (RAI) text dashboard. |
5 | 5 | services: machine-learning
|
6 | 6 | ms.service: machine-learning
|
7 | 7 | ms.subservice: rai
|
8 | 8 | ms.topic: how-to
|
9 | 9 | ms.reviewer: lagayhar
|
10 | 10 | ms.author: wenxwei
|
11 | 11 | author: wenxwei
|
12 |
| -ms.date: 05/13/2024 |
| 12 | +ms.date: 05/15/2024 |
13 | 13 | ms.custom: responsible-ml, build-2023
|
14 | 14 | ---
|
15 | 15 |
|
16 | 16 | # Use the responsible AI text dashboard (preview)
|
17 | 17 |
|
18 |
| -The [Responsible AI (RAI) dashboard](concept-responsible-ai-dashboard.md) brings together several Responsible AI tools in a single interface to help you make informed data-driven decisions. RAI dashboard debugging capabilities and visualizations now support text data. |
| 18 | +The [Responsible AI (RAI) dashboard](concept-responsible-ai-dashboard.md) brings together several RAI tools in a single interface to help inform data-driven decisions about your models. Understanding natural language processing (NLP) models can be different from assessing tabular data. RAI dashboard debugging and visualizations now support text data. |
19 | 19 |
|
20 |
| -The Responsible AI Toolbox for text data is a customizable, interoperable tool where you can select components to perform model assessment and debugging. This article describes how to access and configure RAI text dashboard components, options, and functionality. |
| 20 | +The Responsible AI text dashboard is a customizable, interoperable toolbox where you can select components to perform model assessment and debugging. This article describes how to access and configure RAI text dashboard components and functionality. |
21 | 21 |
|
22 | 22 | > [!IMPORTANT]
|
23 | 23 | > The Responsible AI text dashboard is currently in public preview. This preview is provided without a service-level agreement, and isn't recommended for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
|
24 | 24 |
|
25 | 25 | ## Prerequisites
|
26 | 26 |
|
27 |
| -- An Azure subscription and Azure Machine Learning workspace. |
28 |
| -- A registered model in the workspace that has a responsible AI text dashboard. |
| 27 | +- An Azure subscription with an Azure Machine Learning workspace. |
| 28 | +- A registered machine learning model that has a responsible AI text dashboard created. |
29 | 29 |
|
30 | 30 | You can create an RAI text dashboard by using:
|
31 | 31 |
|
32 | 32 | - [The Azure Machine Learning studio UI](how-to-responsible-ai-insights-ui.md)
|
33 | 33 | - [YAML and Python via a pipeline job](how-to-responsible-ai-insights-sdk-cli.md)
|
34 |
| - - A preconfigured sample Jupyter Notebook like [Financial_News_Text_classifier.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/responsible-ai/text/responsibleaidashboard-text-classification-financial-news/responsibleaidashboard-text-classification-financial-news.ipynb) |
| 34 | + - A preconfigured sample Jupyter notebook like [Financial_News_Text_classifier.ipynb](https://github.com/Azure/azureml-examples/blob/main/sdk/python/responsible-ai/text/responsibleaidashboard-text-classification-financial-news/responsibleaidashboard-text-classification-financial-news.ipynb) |
35 | 35 |
|
36 |
| - Once the Responsible AI text dashboard creation is complete, select your registered model in the **Models** list in Machine Learning studio, select **Responsible AI** at the top of the model page, and select the name of your Responsible AI text dashboard. |
| 36 | + To open the Responsible AI text dashboard in Machine Learning studio, select your registered model in the **Models** list, select **Responsible AI** at the top of the model page, and then select the name of your Responsible AI text dashboard from the list. |
37 | 37 |
|
38 | 38 | :::image type="content" source="./media/how-to-responsible-ai-dashboard-text-insights/select-dashboard.png" alt-text="Screenshot of the Responsible AI page with the text dashboard listed." lightbox="./media/how-to-responsible-ai-dashboard-text-insights/select-dashboard.png":::
|
39 | 39 |
|
@@ -75,7 +75,7 @@ To create a new cohort:
|
75 | 75 |
|
76 | 76 | ## RAI text dashboard components
|
77 | 77 |
|
78 |
| -The RAI text dashboard includes **Error analysis**, **Model overview**, **Data analysis**, and **Feature importances** components. To view and select from the list of components, select the **Dashboard configuration** icon at upper right. |
| 78 | +The default RAI text dashboard includes **Error analysis**, **Model overview**, **Data analysis**, and **Feature importances** components. To view and select from the list of components, select the **Dashboard configuration** icon at upper right. |
79 | 79 |
|
80 | 80 | :::image type="content" source="./media/how-to-responsible-ai-dashboard-text-insights/dashboard-settings.png" alt-text="Screenshot of the dashboard configuration icon.":::
|
81 | 81 |
|
@@ -203,16 +203,16 @@ In the chart view, the X axis and Y axis show the values being plotted horizonta
|
203 | 203 |
|
204 | 204 | :::image type="content" source="./media/how-to-responsible-ai-dashboard-text-insights/axis-value.png" alt-text="Screenshot of the select your axis value sidebar.":::
|
205 | 205 |
|
206 |
| -In the **Select your axis value** pane, depending on the value, you can configure options such as **Apply binning to data**, **Enable logarithmic scaling**, or **Treat as categorical**. **Should dither** adds optional noise to the data to avoid overlapping points in the scatterplot. |
| 206 | +In the axis configuration pane, depending on the value, you can configure options such as **Apply binning to data**, **Enable logarithmic scaling**, or **Treat as categorical**. **Should dither** adds optional noise to the data to avoid overlapping points in the scatterplot. |
207 | 207 |
|
208 | 208 | Under **Chart type**, you can select whether to aggregate values across all datapoints.
|
209 | 209 |
|
210 | 210 | - **Aggregate plot** displays data in bins or categories along the X axis.
|
211 | 211 | - **Individual datapoints** displays a disaggregated view of the data.
|
212 | 212 |
|
213 |
| -In the **Individual datapoints** view, you can select the type of legend used to group datapoints. Selecting the label under **Color value** opens the **Select your axis value** sidebar pane. |
| 213 | + In the **Individual datapoints** view, you can select the type of legend used to group datapoints. Selecting the label under **Color value** opens the axis configuration sidebar pane. |
214 | 214 |
|
215 |
| -:::image type="content" source="./media/how-to-responsible-ai-dashboard-text-insights/data-analysis-chart-individual-datapoints.png" alt-text="Screenshot of data analysis on the chart view tab with individual datapoints option highlighted." lightbox="./media/how-to-responsible-ai-dashboard-text-insights/data-analysis-chart-individual-datapoints.png"::: |
| 215 | + :::image type="content" source="./media/how-to-responsible-ai-dashboard-text-insights/data-analysis-chart-individual-datapoints.png" alt-text="Screenshot of data analysis on the chart view tab with individual datapoints option highlighted." lightbox="./media/how-to-responsible-ai-dashboard-text-insights/data-analysis-chart-individual-datapoints.png"::: |
216 | 216 |
|
217 | 217 | ### Feature importances
|
218 | 218 |
|
|
0 commit comments