Skip to content

Commit 7320d02

Browse files
committed
draft
1 parent bfd5885 commit 7320d02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Generate Responsible AI text insights with YAML and Python
2+
title: Responsible AI text insight generation with YAML and Python
33
titleSuffix: Azure Machine Learning
44
description: Learn how to generate Azure Machine Learning Responsible AI (RAI) text insights by using Python and YAML.
55
services: machine-learning
@@ -13,22 +13,22 @@ ms.date: 5/15/2024
1313
ms.custom: responsible-ml, build-2023, devx-track-python
1414
---
1515

16-
# Generate Responsible AI text insights with YAML and Python (preview)
16+
# Responsible AI text insight generation with YAML and Python (preview)
1717

1818
[!INCLUDE [dev v2](includes/machine-learning-dev-v2.md)]
1919

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

2222
The Responsible AI text dashboard provides several mature RAI tools in the areas of error analysis, model interpretability, unfairness assessment, and mitigation. The dashboard supports a holistic assessment and debugging of NLP models for making informed business decisions.
2323

24-
This article describes how a pipeline job generates a Responsible AI text dashboard by using the Responsible AI text insights component. The following sections provide specifications and requirements for the text insights component and example code snippets in YAML and Python.
24+
This article describes how the Responsible AI text insights component generates a Responsible AI text dashboard by using a pipeline job. The following sections provide specifications and requirements for the text insights component and example code snippets in YAML and Python.
2525

2626
> [!IMPORTANT]
2727
> 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/).
2828
2929
## Responsible AI text insights component
3030

31-
The Azure Machine Learning Responsible AI text insights component assembles generated insights into a single Responsible AI text dashboard, and is the only core component for constructing the RAI text dashboard. This construction differs from the [Responsible AI pipeline for tabular data](how-to-responsible-ai-insights-sdk-cli.md#responsible-ai-components), which uses several components.
31+
The Azure Machine Learning Responsible AI text insights component assembles generated insights into a single Responsible AI text dashboard, and is the only core component used for constructing the RAI text dashboard. This construction differs from the [Responsible AI pipeline for tabular data](how-to-responsible-ai-insights-sdk-cli.md#responsible-ai-components), which uses several components.
3232

3333
### Requirements and limitations
3434

0 commit comments

Comments
 (0)