Skip to content

Commit 9207e6c

Browse files
committed
fix
1 parent 4920a76 commit 9207e6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The core component for constructing the Responsible AI image dashboard in Azure
3939
- Complex objects, such as lists of column names, must be supplied as single JSON-encoded strings.
4040
- Hierarchical cohort naming or creating a new cohort from a subset of an existing cohort, and adding images to an existing cohort, aren't supported.
4141
- `Guided_gradcam` doesn't work with vision-transformer models.
42-
- SHapley Additive ExPlanations (SHAP) isn't supported for [AutoML computer vision models](#integration-with-automl-image-classification).
42+
- SHapley Additive ExPlanations (SHAP) isn't supported for [AutoML computer vision models](#integration-with-automl).
4343
<!-- - IOU threshold values can't be changed. The current default value is 50%. -->
4444

4545
### Parameters
@@ -169,13 +169,14 @@ And assemble the output:
169169
```
170170

171171
To learn how to submit the pipeline by using the Python SDK, see the [AutoML Image Classification scenario with RAI Dashboard sample notebook](https://github.com/Azure/azureml-examples/tree/main/sdk/python/responsible-ai).
172+
172173
---
173174

174175
You can also use the **Designer** UI in Azure Machine Learning studio to [create and submit a RAI-vision insights component pipeline](how-to-create-component-pipelines-ui.md).
175176

176177
After you specify and submit the pipeline and it executes, the dashboard should appear in the Machine Learning studio in the registered model view.
177178

178-
## Integration with AutoML image classification
179+
## Integration with AutoML
179180

180181
Automated ML in Azure Machine Learning supports model training for computer vision tasks like image classification and object detection. AutoML models for computer vision are integrated with the RAI image dashboard for debugging AutoML vision models and explaining model predictions.
181182

0 commit comments

Comments
 (0)