Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4909d15

Browse files
committedMay 10, 2022
toc and other fixes
1 parent cd58068 commit 4909d15

File tree

7 files changed

+20
-21
lines changed

7 files changed

+20
-21
lines changed
 

‎articles/machine-learning/how-to-responsible-ai-dashboard-sdk.md renamed to ‎articles/machine-learning/how-to-responsible-ai-dashboard-sdk-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: responsible-ml
1616

1717
The Responsible AI (RAI) dashboard can be generated via a pipeline job using RAI components. There are six core components for creating Responsible AI dashboards, along with a couple of helper components. A sample experiment graph:
1818

19-
:::image type="content" source="./media/how-to-responsible-ai-dashboard-sdk/sample-experiment-graph.png" alt-text="Screenshot of a sample experiment graph.":::
19+
:::image type="content" source="./media/how-to-responsible-ai-dashboard-sdk-cli/sample-experiment-graph.png" alt-text="Screenshot of a sample experiment graph.":::
2020

2121
## Getting started
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Selecting the "Feature list" button opens a side panel, which allows you to retr
150150
2. **Features:** lists the name of the feature in the dataset.
151151
3. **Importances**: A guideline for how related the feature may be to the error. Calculated via mutual information score between the feature and the error on the labels. You can use this score to help you decide which features to choose in Error Analysis.
152152
4. **Check mark**: allows you to add or remove the feature from the tree map.
153-
5.**Maximum depth**: The maximum depth of the surrogate tree trained on errors.
153+
5. **Maximum depth**: The maximum depth of the surrogate tree trained on errors.
154154
6. **Number of leaves**: The number of leaves of the surrogate tree trained on errors.
155155
7. **Minimum number of samples in one leaf**: The minimum number of data required to create one leaf.
156156

‎articles/machine-learning/toc.yml

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,9 @@
539539
- name: Inference image models with ONNX model
540540
displayName: automl, image, image model, computer vision
541541
href: how-to-inference-onnx-automl-image-models.md
542+
- name: Explain automated ML models
543+
displayName: SDK, interpret, interpret, explain, explainability, interpretability, automated ML, automl, auto ml
544+
href: how-to-machine-learning-interpretability-automl.md
542545
- name: Troubleshoot automated ML
543546
href: how-to-troubleshoot-auto-ml.md
544547
- name: Deploy models
@@ -658,27 +661,18 @@
658661
- name: Manage resources VS Code
659662
displayName: vscode,resources
660663
href: how-to-manage-resources-vscode.md
661-
- name: Responsible AI
664+
- name: Implement Responsible AI in Practice
662665
items:
663-
- name: Interpret & explain models
664-
displayName: interpretability
665-
items:
666-
- name: Interpret ML models
667-
displayName: SDK, interpret, explain, explainability, interpretability
668-
href: how-to-machine-learning-interpretability-aml.md
669-
- name: Explain automated ML models
670-
displayName: SDK, interpret, interpret, explain, explainability, interpretability, automated ML, automl, auto ml
671-
href: how-to-machine-learning-interpretability-automl.md
672-
- name: Responsible AI dashboard
666+
- name: Generate Responsible AI dashboard
667+
items:
668+
- name: Responsible AI dashboard (V2)
669+
href: how-to-responsible-ai-dashboard-sdk-cli.md
670+
- name: Responsible AI dashboard (UI)
671+
href: how-to-responsible-ai-dashboard-ui.md
672+
- name: Using the Responsible AI dashboard in studio
673673
href: how-to-responsible-ai-dashboard.md
674-
- name: Responsible AI dashboard (SDK)
675-
href: how-to-responsible-ai-dashboard-sdk.md
676-
- name: Responsible AI dashboard (UI)
677-
href: how-to-responsible-ai-dashboard-ui.md
678-
- name: Assess and mitigate model fairness
679-
href: how-to-machine-learning-fairness-aml.md
680-
- name: how-to-responsible-ai-scorecard.md
681-
href:
674+
- name: Responsible AI dashboard scorecard
675+
href: how-to-responsible-ai-scorecard.md
682676
- name: Troubleshoot & debug
683677
items:
684678
- name: VS Code interactive debugging

‎articles/machine-learning/v1/toc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
- name: Auto-train a natural language processing model
6565
displayName: nlp, auto ML, automl, SDK
6666
href: how-to-auto-train-nlp-models-v1.md
67+
- name: Interpret ML models
68+
displayName: SDK, interpret, explain, explainability, interpretability
69+
href: how-to-machine-learning-interpretability-aml.md
70+
- name: Assess and mitigate model fairness
71+
href: how-to-machine-learning-fairness-aml.md
6772
- name: Deploy models
6873
items:
6974
- name: Where and how to deploy

0 commit comments

Comments
 (0)
Please sign in to comment.