Skip to content

Commit d43e1f8

Browse files
authored
Merge pull request #84918 from j-martens/patch-561
Update tutorial-1st-experiment-sdk-setup.md
2 parents d4eae70 + b93d04a commit d43e1f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/service/tutorial-1st-experiment-sdk-setup.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Setup environment and workspace."
2+
title: "Tutorial: Set up environment and workspace."
33
titleSuffix: Azure Machine Learning service
44
description: In this tutorial series, you complete the end-to-end steps to get started with the Azure Machine Learning Python SDK running in Jupyter notebooks. Part one covers creating a cloud notebook server environment as well as creating a workspace to manage your experiments and machine learning models.
55
services: machine-learning
@@ -12,15 +12,15 @@ ms.reviewer: trbye
1212
ms.date: 07/20/2019
1313
---
1414

15-
# Tutorial: Setup environment and workspace
15+
# Tutorial: Set up environment and workspace
1616

1717
In this tutorial, you complete the end-to-end steps to get started with the Azure Machine Learning Python SDK running in Jupyter notebooks. This tutorial is **part one of a two-part tutorial series**, and covers Python environment setup and configuration, as well as creating a workspace to manage your experiments and machine learning models. [**Part two**](tutorial-1st-experiment-sdk-train.md) builds on this to train multiple machine learning models and introduce the model management process using both the Azure portal and the SDK.
1818

1919
In this tutorial, you:
2020

2121
> [!div class="checklist"]
2222
> * Create a machine learning Workspace to use in the next tutorial.
23-
> * Create a notebook VM, a cloud-based Jupyter notebook server with Azure Machine Learning Python SDK pre-installed and pre-configured.
23+
> * Create a cloud-based Jupyter notebook VM with Azure Machine Learning Python SDK installed and pre-configured.
2424
2525
## Prerequisites
2626

0 commit comments

Comments
 (0)