Skip to content

Commit a27eda5

Browse files
committed
Corrected version tests
1 parent 868b320 commit a27eda5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/machine-learning/service/how-to-set-up-training-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this article, you learn how to use various compute targets for model training
2525

2626

2727
>[!NOTE]
28-
> Code in this article was tested with Azure Machine Learning SDK version 1.0.6.
28+
> Code in this article was tested with Azure Machine Learning SDK version 1.0.39.
2929
3030
## Compute targets for training
3131

articles/machine-learning/service/tutorial-data-prep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ import azureml.dataprep as dprep
8989
```
9090

9191
> [!IMPORTANT]
92-
> Ensure you install the latest version. This tutorial will not work with version number lower than 1.1.0
92+
> Ensure you install the latest azureml.dataprep package version. This tutorial will not work with version number lower than 1.1.0
9393
9494
## Load data
9595

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You learn how to select a model and deploy it in [part two of this tutorial](tut
3333
If you don’t have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning service](https://aka.ms/AMLFree) today.
3434

3535
>[!NOTE]
36-
> Code in this article was tested with Azure Machine Learning SDK version 1.0.39.
36+
> Code in this article was tested with Azure Machine Learning SDK version 1.0.8.
3737
3838
## Prerequisites
3939

0 commit comments

Comments
 (0)