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
Copy file name to clipboardExpand all lines: articles/machine-learning/tutorial-setup-vscode-extension.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Tutorial: Set up Azure Machine Learning Visual Studio Code extension"
2
+
title: "Tutorial: Set up the Visual Studio Code extension"
3
3
titleSuffix: Azure Machine Learning
4
4
description: Learn how to set up the Visual Studio Code Azure Machine Learning extension.
5
5
services: machine-learning
@@ -8,8 +8,8 @@ ms.subservice: core
8
8
ms.topic: tutorial
9
9
author: luisquintanilla
10
10
ms.author: luquinta
11
-
ms.date: 02/15/2020
12
-
#Customer intent: As a professional data scientist, I want to learn how to get started with the Azure Machine Learning Visual Studio Code Extension.
11
+
ms.date: 02/24/2020
12
+
#Customer intent: As a professional data scientist, I want to Learn how to install and run scripts using the Azure Machine Learning Visual Studio Code extension.
13
13
---
14
14
15
15
# Set up Azure Machine Learning Visual Studio Code extension
@@ -26,7 +26,7 @@ In this tutorial, you learn the following tasks:
26
26
## Prerequisites
27
27
28
28
- Azure subscription. If you don't have one, sign up to try the [free or paid version of Azure Machine Learning](https://aka.ms/AMLFree).
29
-
-Install [Visual Studio Code](https://code.visualstudio.com/docs/setup/setup-overview), a lightweight, cross-platform code editor.
29
+
- Visual Studio Code. If you don't have it, [install it](https://code.visualstudio.com/docs/setup/setup-overview).
30
30
-[Python 3](https://www.python.org/downloads/)
31
31
32
32
## Install the extension
@@ -106,7 +106,7 @@ Now that you have signed into Azure with your account credentials, Use the steps
106
106
Azure ML: Submit Experiment
107
107
```
108
108
109
-
This sends the `train.py` and configuration file to your Azure Machine Learning workspace. The training job is then started on a compute resource in Azure.
109
+
This sends the `train.py` and configuration file to your Azure Machine Learning workspace. The training job is then started on a compute resource in Azure.
110
110
111
111
### Track the progress of the training script
112
112
@@ -115,7 +115,7 @@ Running your script can take several minutes. To track its progress:
115
115
1. Select the **Azure** icon from the activity bar.
116
116
1. Expand your subscription node.
117
117
1. Expand your currently running experiment's node. This is located inside the `{workspace}/Experiments/{experiment}` node where the values for your workspace and experiment are the same as the properties defined in the configuration file.
118
-
1. All of the runs as well as their status for the experiment are listed. To get the most recent status, click the refresh icon at the top of the Azure Machine Learning View.
118
+
1. All of the runs for the experiment are listed, as well as their status. To get the most recent status, click the refresh icon at the top of the Azure Machine Learning View.
Copy file name to clipboardExpand all lines: articles/machine-learning/tutorial-train-deploy-image-classification-model-vscode.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Tutorial: Train and deploy an image classification TensorFlow model using the Azure Machine Learning Visual Studio Code Extension"
2
+
title: "Tutorial: Train and deploy a model using the Visual Studio Code extension"
3
3
titleSuffix: Azure Machine Learning
4
4
description: Learn how to train and deploy an image classification model using TensorFlow and the Azure Machine Learning Visual Studio Code Extension
5
5
services: machine-learning
@@ -8,13 +8,13 @@ ms.subservice: core
8
8
ms.topic: tutorial
9
9
author: luisquintanilla
10
10
ms.author: luquinta
11
-
ms.date: 02/15/2019
12
-
#Customer intent: As a professional data scientist, I want to develop, deploy, and manage Azure Machine Learning projects locally in Visual Studio Code.
11
+
ms.date: 02/24/2020
12
+
#Customer intent: As a professional data scientist, I want to learn how to train and deploy an image classification model using TensorFlow and the Azure Machine Learning Visual Studio Code Extension.
13
13
---
14
14
15
15
# Train and deploy an image classification TensorFlow model using the Azure Machine Learning Visual Studio Code Extension
16
16
17
-
Learn how to train an image classification model to recognize hand-written numbers using TensorFlow and the Azure Machine Learning Visual Studio Code Extension.
17
+
Learn how to train and deploy an image classification model to recognize hand-written numbers using TensorFlow and the Azure Machine Learning Visual Studio Code Extension.
18
18
19
19
In this tutorial, you learn the following tasks:
20
20
@@ -55,8 +55,8 @@ The first thing you have to do to build an application in Azure Machine Learning
55
55
1. By default a name is generated containing the date and time of creation. In the text input box, change the name to "TeamWorkspace" and press **Enter**.
56
56
1. Select **Create a new resource group**.
57
57
1. Name your resource group "TeamWorkspace-rg" and press **Enter**.
58
-
1. Choose a location for your workspace. It's recommended to choose a location that is closest to the location you plan to deploy your model. In this case, select **West US 2**.
59
-
1. When prompted to select a workspace SKU, select **Basic** to create a basic workspace. For more information on different workspace offerings, see [Azure Machine Learning overview](./overview-what-is-azure-ml.md#sku).
58
+
1. Choose a location for your workspace. It's recommended to choose a location that is closest to the location you plan to deploy your model. For example, "West US 2".
59
+
1. When prompted to select the type of workspace, select **Basic** to create a basic workspace. For more information on different workspace offerings, see [Azure Machine Learning overview](./overview-what-is-azure-ml.md#sku).
60
60
61
61
At this point, a request to Azure is made to create a new workspace in your account. After a few minutes, the new workspace appears in your subscription node.
0 commit comments