Skip to content

Commit e0c85f6

Browse files
Updated based on additional feedback
1 parent b976b7a commit e0c85f6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/machine-learning/tutorial-setup-vscode-extension.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Set up Azure Machine Learning Visual Studio Code extension"
2+
title: "Tutorial: Set up the Visual Studio Code extension"
33
titleSuffix: Azure Machine Learning
44
description: Learn how to set up the Visual Studio Code Azure Machine Learning extension.
55
services: machine-learning
@@ -8,8 +8,8 @@ ms.subservice: core
88
ms.topic: tutorial
99
author: luisquintanilla
1010
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.
1313
---
1414

1515
# Set up Azure Machine Learning Visual Studio Code extension
@@ -26,7 +26,7 @@ In this tutorial, you learn the following tasks:
2626
## Prerequisites
2727

2828
- 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).
3030
- [Python 3](https://www.python.org/downloads/)
3131

3232
## Install the extension
@@ -106,7 +106,7 @@ Now that you have signed into Azure with your account credentials, Use the steps
106106
Azure ML: Submit Experiment
107107
```
108108
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.
110110
111111
### Track the progress of the training script
112112
@@ -115,7 +115,7 @@ Running your script can take several minutes. To track its progress:
115115
1. Select the **Azure** icon from the activity bar.
116116
1. Expand your subscription node.
117117
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.
119119
120120
> [!div class="mx-imgBorder"]
121121
> ![Track Experiment Progress](./media/tutorial-setup-vscode-extension/track-experiment-progress.PNG)

articles/machine-learning/tutorial-train-deploy-image-classification-model-vscode.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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"
33
titleSuffix: Azure Machine Learning
44
description: Learn how to train and deploy an image classification model using TensorFlow and the Azure Machine Learning Visual Studio Code Extension
55
services: machine-learning
@@ -8,13 +8,13 @@ ms.subservice: core
88
ms.topic: tutorial
99
author: luisquintanilla
1010
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.
1313
---
1414

1515
# Train and deploy an image classification TensorFlow model using the Azure Machine Learning Visual Studio Code Extension
1616

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.
1818

1919
In this tutorial, you learn the following tasks:
2020

@@ -55,8 +55,8 @@ The first thing you have to do to build an application in Azure Machine Learning
5555
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**.
5656
1. Select **Create a new resource group**.
5757
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).
6060

6161
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.
6262

0 commit comments

Comments
 (0)