Skip to content

Commit c349bdb

Browse files
committed
edit links in doc
1 parent 6c86de2 commit c349bdb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/machine-learning/v1/how-to-machine-learning-interpretability-automl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 10/21/2021
1414

1515
# Interpretability: Model explainability in automated ML (preview)
1616

17-
[!INCLUDE [sdk v1](../../includes/machine-learning-sdk-v1.md)]
17+
[!INCLUDE [sdk v1](../../../includes/machine-learning-sdk-v1.md)]
1818

1919
In this article, you learn how to get explanations for automated machine learning (automated ML) models in Azure Machine Learning using the Python SDK. Automated ML helps you understand feature importance of the models that are generated.
2020

@@ -30,7 +30,7 @@ In this article, you learn how to:
3030
## Prerequisites
3131

3232
- Interpretability features. Run `pip install azureml-interpret` to get the necessary package.
33-
- Knowledge of building automated ML experiments. For more information on how to use the Azure Machine Learning SDK, complete this [object detection model tutorial](tutorial-auto-train-image-models.md) or see how to [configure automated ML experiments](how-to-configure-auto-train.md).
33+
- Knowledge of building automated ML experiments. For more information on how to use the Azure Machine Learning SDK, complete this [object detection model tutorial](../tutorial-auto-train-image-models.md) or see how to [configure automated ML experiments](../how-to-configure-auto-train.md).
3434

3535
## Interpretability during training for the best model
3636

@@ -315,8 +315,8 @@ You can visualize the feature importance chart in your workspace in [Azure Machi
315315

316316
[![Machine Learning Interpretability Architecture](./media/how-to-machine-learning-interpretability-automl/automl-explanation.png)](./media/how-to-machine-learning-interpretability-automl/automl-explanation.png#lightbox)
317317

318-
For more information on the explanation dashboard visualizations and specific plots, please refer to the [how-to doc on interpretability](how-to-machine-learning-interpretability-aml.md).
318+
For more information on the explanation dashboard visualizations and specific plots, please refer to the [how-to doc on interpretability](../how-to-machine-learning-interpretability-aml.md).
319319

320320
## Next steps
321321

322-
For more information about how you can enable model explanations and feature importance in areas other than automated ML, see [more techniques for model interpretability](how-to-machine-learning-interpretability.md).
322+
For more information about how you can enable model explanations and feature importance in areas other than automated ML, see [more techniques for model interpretability](../how-to-machine-learning-interpretability.md).

articles/machine-learning/v1/how-to-use-private-python-packages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: sdkv1, event-tier1-build-2022
1515

1616
# Use private Python packages with Azure Machine Learning
1717

18-
[!INCLUDE [sdk v1](../../includes/machine-learning-sdk-v1.md)]
18+
[!INCLUDE [sdk v1](../../../includes/machine-learning-sdk-v1.md)]
1919

2020
In this article, learn how to use private Python packages securely within Azure Machine Learning. Use cases for private Python packages include:
2121

@@ -29,7 +29,7 @@ The private packages are used through [Environment](/python/api/azureml-core/azu
2929
## Prerequisites
3030

3131
* The [Azure Machine Learning SDK for Python](/python/api/overview/azure/ml/install)
32-
* An [Azure Machine Learning workspace](quickstart-create-resources.md)
32+
* An [Azure Machine Learning workspace](../quickstart-create-resources.md)
3333

3434
## Use small number of packages for development and testing
3535

@@ -89,7 +89,7 @@ The environment is now ready to be used in training runs or web service endpoint
8989

9090
You can consume packages from an Azure storage account within your organization's firewall. The storage account can hold a curated set of packages or an internal mirror of publicly available packages.
9191

92-
To set up such private storage, see [Secure an Azure Machine Learning workspace and associated resources](how-to-secure-workspace-vnet.md#secure-azure-storage-accounts). You must also [place the Azure Container Registry (ACR) behind the VNet](how-to-secure-workspace-vnet.md#enable-azure-container-registry-acr).
92+
To set up such private storage, see [Secure an Azure Machine Learning workspace and associated resources](../how-to-secure-workspace-vnet.md#secure-azure-storage-accounts). You must also [place the Azure Container Registry (ACR) behind the VNet](../how-to-secure-workspace-vnet.md#enable-azure-container-registry-acr).
9393

9494
> [!IMPORTANT]
9595
> You must complete this step to be able to train or deploy models using the private package repository.
@@ -98,4 +98,4 @@ After completing these configurations, you can reference the packages in the Azu
9898

9999
## Next steps
100100

101-
* Learn more about [enterprise security in Azure Machine Learning](concept-enterprise-security.md)
101+
* Learn more about [enterprise security in Azure Machine Learning](../concept-enterprise-security.md)

0 commit comments

Comments
 (0)