|
1 | 1 | ---
|
2 | 2 | title: Create a Training Job with the job creation UI
|
3 | 3 | titleSuffix: Azure Machine Learning
|
4 |
| -description: Learn how to use the job creation UI in Azure Machine Learning studio to create a training job. |
| 4 | +description: Learn how to submit a training job in Azure Machine Learning studio |
5 | 5 | services: machine-learning
|
6 | 6 | ms.service: machine-learning
|
7 | 7 | ms.subservice: core
|
8 | 8 | ms.topic: how-to
|
9 | 9 | ms.custom: devplatv2, event-tier1-build-2022
|
10 |
| -author: wenxwei |
11 |
| -ms.author: wenxwei |
| 10 | +author: amibp |
| 11 | +ms.author: amipatel |
12 | 12 | ms.date: 11/04/2022
|
13 | 13 | ms.reviewer: ssalgado
|
14 | 14 | ---
|
15 | 15 |
|
16 |
| -# Create a training job with the job creation UI (preview) |
| 16 | +# Submit a training job in Studio (preview) |
17 | 17 |
|
18 |
| -There are many ways to create a training job with Azure Machine Learning. You can use the CLI (see [Train models (create jobs)](how-to-train-model.md)), the REST API (see [Train models with REST (preview)](how-to-train-with-rest.md)), or you can use the UI to directly create a training job. In this article, you'll learn how to use your own data and code to train a machine learning model with the job creation UI in Azure Machine Learning studio. |
| 18 | +There are many ways to create a training job with Azure Machine Learning. You can use the CLI (see [Train models (create jobs)](how-to-train-model.md)), the REST API (see [Train models with REST (preview)](how-to-train-with-rest.md)), or you can use the UI to directly create a training job. In this article, you'll learn how to use your own data and code to train a machine learning model with a guided experience for submitting training jobs in Azure Machine Learning studio. |
19 | 19 |
|
20 | 20 | [!INCLUDE [machine-learning-preview-generic-disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
|
21 | 21 |
|
@@ -44,6 +44,8 @@ In this wizard, you can select your method of training, complete the rest of the
|
44 | 44 |
|
45 | 45 | The first step is configuring basic information about your training job. You can proceed next if you're satisfied with the defaults we have chosen for you or make changes to your desired preference.
|
46 | 46 |
|
| 47 | +[](media/how-to-train-with-ui/basic-settings.png) |
| 48 | + |
47 | 49 | These are the fields available:
|
48 | 50 |
|
49 | 51 | |Field| Description|
|
@@ -127,7 +129,7 @@ After selecting a compute target, you need to specify the runtime environment fo
|
127 | 129 |
|
128 | 130 | Curated environments are Azure-defined collections of Python packages used in common ML workloads. Curated environments are available in your workspace by default. These environments are backed by cached Docker images, which reduce the job preparation overhead. The cards displayed in the "Curated environments" page show details of each environment. To learn more, see [curated environments in Azure Machine Learning](resource-curated-environments.md).
|
129 | 131 |
|
130 |
| - [](media/how-to-train-with-ui/curated-environment.png) |
| 132 | + [](media/how-to-train-with-ui/curated-environments.png) |
131 | 133 |
|
132 | 134 | ### Custom environments
|
133 | 135 |
|
|
0 commit comments