Skip to content

Commit 2057a2c

Browse files
committed
update version and fix typo
1 parent ce57a5b commit 2057a2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/service/tutorial-train-models-with-aml.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
author: hning86
1010
ms.author: haining
1111
ms.reviewer: sgilley
12-
ms.date: 09/24/2018
12+
ms.date: 11/16/2018
1313
#Customer intent: As a professional data scientist, I can build an image classification model with Azure Machine Learning using Python in a Jupyter notebook.
1414
---
1515

@@ -39,7 +39,7 @@ For your convenience, this tutorial is available as a [Jupyter notebook](https:/
3939
[!INCLUDE [aml-clone-in-azure-notebook](../../../includes/aml-clone-in-azure-notebook.md)]
4040

4141
>[!NOTE]
42-
> This tutorial was tested with Azure Machine Learning SDK version 0.168
42+
> This tutorial was tested with Azure Machine Learning SDK version 0.1.74
4343
4444
## Set up your development environment
4545

@@ -79,7 +79,7 @@ print(ws.name, ws.location, ws.resource_group, ws.location, sep = '\t')
7979

8080
### Create experiment
8181

82-
Create an experiment to track the runs in your workspace. A workspace can have muliple experiments.
82+
Create an experiment to track the runs in your workspace. A workspace can have multiple experiments.
8383

8484
```python
8585
experiment_name = 'sklearn-mnist'

0 commit comments

Comments
 (0)