update samples from Release-123 as a part of SDK release

This commit is contained in:
amlrelsa-ms
2022-02-28 17:20:57 +00:00
parent 9094da4085
commit 6d8bf32243
58 changed files with 2924 additions and 480 deletions

View File

@@ -19,7 +19,7 @@
"source": [
"# Quickstart: Train and deploy a model in Azure Machine Learning in 10 minutes\n",
"\n",
"In this quickstart, learn how to get started with Azure Machine Learning. You'll train an image classification model using the [MNIST](https://azure.microsoft.com/services/open-datasets/catalog/mnist/) dataset.\n",
"In this quickstart, learn how to get started with Azure Machine Learning. You'll train an image classification model using the [MNIST](https://docs.microsoft.com/azure/open-datasets/dataset-mnist) dataset.\n",
"\n",
"You'll learn how to:\n",
"\n",
@@ -280,7 +280,7 @@
"# get a curated environment\n",
"env = Environment.get(\n",
" workspace=ws, \n",
" name=\"AzureML-sklearn-0.24.1-ubuntu18.04-py37-cpu-inference\",\n",
" name=\"AzureML-sklearn-1.0-ubuntu20.04-py38-cpu\",\n",
" version=1\n",
")\n",
"env.inferencing_stack_version='latest'\n",