Skip to content

Commit 2a4ed26

Browse files
committed
changes
1 parent fba9c18 commit 2a4ed26

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/machine-learning/how-to-responsible-ai-text-dashboard.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
---
22
title: Use the responsible AI text dashboard
33
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.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: rai
88
ms.topic: how-to
99
ms.reviewer: lagayhar
1010
ms.author: wenxwei
1111
author: wenxwei
12-
ms.date: 05/13/2024
12+
ms.date: 05/15/2024
1313
ms.custom: responsible-ml, build-2023
1414
---
1515

1616
# Use the responsible AI text dashboard (preview)
1717

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.
1919

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.
2121

2222
> [!IMPORTANT]
2323
> 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/).
2424
2525
## Prerequisites
2626

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.
2929

3030
You can create an RAI text dashboard by using:
3131

3232
- [The Azure Machine Learning studio UI](how-to-responsible-ai-insights-ui.md)
3333
- [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)
3535

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.
3737

3838
:::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":::
3939

@@ -75,7 +75,7 @@ To create a new cohort:
7575

7676
## RAI text dashboard components
7777

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.
7979

8080
:::image type="content" source="./media/how-to-responsible-ai-dashboard-text-insights/dashboard-settings.png" alt-text="Screenshot of the dashboard configuration icon.":::
8181

@@ -203,16 +203,16 @@ In the chart view, the X axis and Y axis show the values being plotted horizonta
203203

204204
:::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.":::
205205

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.
207207

208208
Under **Chart type**, you can select whether to aggregate values across all datapoints.
209209

210210
- **Aggregate plot** displays data in bins or categories along the X axis.
211211
- **Individual datapoints** displays a disaggregated view of the data.
212212

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.
214214

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":::
216216

217217
### Feature importances
218218

0 commit comments

Comments
 (0)