Skip to content

Commit 23e9a9a

Browse files
authored
Update how-to-manage-models.md
1 parent 0fc7b48 commit 23e9a9a

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

articles/machine-learning/how-to-manage-models.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,13 @@ Additionally, you will need to:
3535

3636
- Install the Azure CLI and the ml extension to the Azure CLI. For more information, see [Install, set up, and use the CLI (v2)](how-to-configure-cli.md).
3737

38-
# [Python (Azure ML SDK)](#tab/sdk)
38+
# [Python SDK](#tab/python)
3939

4040
- Install the Azure Machine Learning SDK for Python
4141

4242
```bash
4343
pip install azure-ai-ml
4444
```
45-
46-
# [Studio](#tab/studio)
47-
48-
There are no additional prerequisites when working in Azure Machine Learning studio.
49-
5045
---
5146

5247
## Supported paths
@@ -107,7 +102,7 @@ az account set --subscription <subscription>
107102
az configure --defaults workspace=<workspace> group=<resource-group> location=<location>
108103
```
109104

110-
# [Python (Azure ML SDK)](#tab/sdk)
105+
# [Python SDK](#tab/python)
111106

112107
The workspace is the top-level resource for Azure Machine Learning, providing a centralized place to work with all the artifacts you create when you use Azure Machine Learning. In this section, we'll connect to the workspace in which you'll perform deployment tasks.
113108
@@ -130,10 +125,6 @@ The workspace is the top-level resource for Azure Machine Learning, providing a
130125
ml_client = MLClient(DefaultAzureCredential(), subscription_id, resource_group, workspace)
131126
```
132127
133-
# [Studio](#tab/studio)
134-
135-
Navigate to [Azure Machine Learning studio](https://ml.azure.com).
136-
137128
---
138129
139130
### Register your model as an asset in Machine Learning by using the CLI

0 commit comments

Comments
 (0)