Skip to content

Commit be1c026

Browse files
committed
fixes
1 parent 76409b2 commit be1c026

6 files changed

+9
-9
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3527,17 +3527,17 @@
35273527
},
35283528
{
35293529
"source_path_from_root": "/articles/machine-learning/concept-responsible-ml.md",
3530-
"redirect_url": "/azure/machine-learning/batch-inference/concept-responsible-ai",
3530+
"redirect_url": "/azure/machine-learning/concept-responsible-ai",
35313531
"redirect_document_id": true
35323532
},
35333533
{
35343534
"source_path_from_root": "/articles/machine-learning/how-to-responsible-ai-dashboard-ui.md",
3535-
"redirect_url": "/azure/machine-learning/batch-inference/how-to-responsible-ai-insights-ui",
3535+
"redirect_url": "/azure/machine-learning/how-to-responsible-ai-insights-ui",
35363536
"redirect_document_id": true
35373537
},
35383538
{
35393539
"source_path_from_root": "/articles/machine-learning/how-to-responsible-ai-dashboard-sdk-cli.md",
3540-
"redirect_url": "/azure/machine-learning/batch-inference/how-to-responsible-ai-insights-sdk-cli",
3540+
"redirect_url": "/azure/machine-learning/how-to-responsible-ai-insights-sdk-cli",
35413541
"redirect_document_id": true
35423542
},
35433543
]

articles/machine-learning/concept-data-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Use the data explorer when you need to:
3232

3333
## Next steps
3434

35-
- Learn how to generate the Responsible AI dashboard via [CLI and SDK](how-to-responsible-ai-dashboard-sdk-cli.md) or [Azure Machine Learning studio UI](how-to-responsible-ai-dashboard-ui.md).
36-
- Explore the [supported data explorer visualizations](how-to-responsible-ai-dashboard.md#data-explorer) of the Responsible AI dashboard.
35+
- Learn how to generate the Responsible AI dashboard via [CLI and SDK](how-to-responsible-ai-insights-sdk-cli.md) or [Azure Machine Learning studio UI](how-to-responsible-ai-insights-ui.md).
36+
- Explore the [supported data explorer visualizations](how-to-responsible-ai-dashboard.md#data-analysis) of the Responsible AI dashboard.
3737
- Learn how to generate a [Responsible AI scorecard](how-to-responsible-ai-scorecard.md) based on the insights observed in the Responsible AI dashboard.

articles/machine-learning/concept-fairness-ml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ The Fairlearn open-source package provides two types of unfairness mitigation al
9191
## Next steps
9292

9393
- Learn how to generate the Responsible AI dashboard via [CLI and SDK](how-to-responsible-ai-dashboard-sdk-cli.md) or [Azure Machine Learning studio UI](how-to-responsible-ai-dashboard-ui.md).
94-
- Explore the [supported model overview and fairness assessment visualizations](how-to-responsible-ai-dashboard.md#model-overview) of the Responsible AI dashboard.
94+
- Explore the [supported model overview and fairness assessment visualizations](how-to-responsible-ai-dashboard.md#model-overview-and-fairness-metrics) of the Responsible AI dashboard.
9595
- Learn how to generate a [Responsible AI scorecard](how-to-responsible-ai-scorecard.md) based on the insights observed in the Responsible AI dashboard.
9696
- Learn how to use the components by checking out Fairlearn's [GitHub repository](https://github.com/fairlearn/fairlearn/), [user guide](https://fairlearn.github.io/main/user_guide/index.html), [examples](https://fairlearn.github.io/main/auto_examples/index.html), and [sample notebooks](https://github.com/fairlearn/fairlearn/tree/master/notebooks).

articles/machine-learning/concept-responsible-ai-scorecard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about how to use the Responsible AI scorecard to share respon
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: enterprise-readiness
8-
ms.topic: concept
8+
ms.topic: conceptual
99
ms.author: mesameki
1010
author: mesameki
1111
ms.reviewer: lagayhar

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The Responsible AI dashboard includes a robust, rich set of visualizations and f
7474

7575
- [Global controls](#global-controls)
7676
- [Error analysis](#error-analysis)
77-
- [Model overview and fairness metrics](#model-overview)
77+
- [Model overview and fairness metrics](#model-overview-and-fairness-metrics)
7878
- [Data analysis](#data-analysis)
7979
- [Feature importance (model explanations)](#feature-importances-model-explanations)
8080
- [Counterfactual what-if](#counterfactual-what-if)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Component parameters for real-life interventions use causal analysis. Do the fol
115115

116116
Finally, configure your experiment to kick off a job to generate your Responsible AI dashboard.
117117

118-
:::image type="content" source="./media/how-to-responsible-ai-insights-ui/create-responsible-ai-dashboard-ui-experiment-config.png" alt-text="Screenshot of the Experiment configuration tab, showing the 'Training job or experiment configuration' pane." lightbox= "./media/create-responsible-ai-dashboard-ui-experiment-config.png":::
118+
:::image type="content" source="./media/how-to-responsible-ai-insights-ui/create-responsible-ai-dashboard-ui-experiment-config.png" alt-text="Screenshot of the Experiment configuration tab, showing the 'Training job or experiment configuration' pane." lightbox= "./media/how-to-responsible-ai-insights-ui/create-responsible-ai-dashboard-ui-experiment-config.png":::
119119

120120
On the **Training job** or **Experiment configuration** pane, do the following:
121121

0 commit comments

Comments
 (0)