You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
20
20
@@ -30,7 +30,7 @@ In this article, you learn how to:
30
30
## Prerequisites
31
31
32
32
- 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).
34
34
35
35
## Interpretability during training for the best model
36
36
@@ -315,8 +315,8 @@ You can visualize the feature importance chart in your workspace in [Azure Machi
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).
319
319
320
320
## Next steps
321
321
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).
In this article, learn how to use private Python packages securely within Azure Machine Learning. Use cases for private Python packages include:
21
21
@@ -29,7 +29,7 @@ The private packages are used through [Environment](/python/api/azureml-core/azu
29
29
## Prerequisites
30
30
31
31
* 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)
33
33
34
34
## Use small number of packages for development and testing
35
35
@@ -89,7 +89,7 @@ The environment is now ready to be used in training runs or web service endpoint
89
89
90
90
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.
91
91
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).
93
93
94
94
> [!IMPORTANT]
95
95
> 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
98
98
99
99
## Next steps
100
100
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