You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-train-with-ui.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
9
9
ms.custom: devplatv2
10
10
author: ssalgadodev
11
11
ms.author: ssalgado
12
-
ms.date: 03/28/2025
12
+
ms.date: 03/31/2025
13
13
ms.reviewer: amipatel
14
14
---
15
15
@@ -33,33 +33,35 @@ In this article, you learn how to use your own data and code to train a machine
33
33
34
34
1. Sign in to the [Azure Machine Learning studio](https://ml.azure.com), then select your subscription and workspace.
35
35
36
-
1. Enter the job creation UI from the homepage. Select **New +** and choose **Training job**.
36
+
1. Enter the job creation UI from the homepage. Select **+ New** and choose **Training job**.
37
37
38
38
:::image type="content" source="media/how-to-train-with-ui/unified-job-submission-home.png" alt-text="Screenshot that shows the Azure Machine Learning studio homepage.":::
39
39
40
-
1. Select your method of training, complete the rest of the submission form based on your selection, and then submit the training job. In the next section, we walk through the form with the steps for running a custom script (command job).
40
+
1. Select your method of training, then choose **Start configuring job** to open the submission form.
41
41
42
42
:::image type="content" source="media/how-to-train-with-ui/training-method.png" alt-text="Screenshot that shows the training method options on the Azure Machine Learning studio training form.":::
43
43
44
+
In the next section, we walk through the form with the steps for running a custom training script (command job).
45
+
44
46
## Configure basic settings
45
47
46
-
Configure the basic information about your training job. You can proceed next if you're satisfied with the defaults we chose for you, or make changes to your desired preference.
48
+
Configure the basic information about your training job. You can proceed to the next page if you're satisfied with the defaults we chose for you, or make changes based on your desired preference.
47
49
48
50
:::image type="content" source="media/how-to-train-with-ui/basic-settings.png" alt-text="Screenshot that shows the basic settings form for training jobs.":::
49
51
50
52
The following fields are available:
51
53
52
54
|Field| Description|
53
55
|------| ------|
54
-
|Job name| The job name field is used to uniquely identify your job. It's also used as the display name for your job.|
56
+
|Job name| The job name is used to uniquely identify your job. It's also used as the display name for your job.|
55
57
|Experiment name| This helps organize the job in Azure Machine Learning studio. Each job's run record is organized under the corresponding experiment in the studio's **Experiment** tab. By default, Azure puts the job in the **Default** experiment.|
56
58
|Description| Add some text describing your job, if desired.|
57
-
|Timeout| Specify number of hours the entire training job is allowed to run. After this limit is reached, the system cancels the job including any child jobs.|
58
-
|Tags| Add tags to your job to help with organization.|
59
+
|Timeout| Specify the number of hours the entire training job is allowed to run. After this limit is reached, the system cancels the job including any child jobs.|
60
+
|Tags| Add tags to help organize your jobs.|
59
61
60
-
## Training script
62
+
## Upload training script
61
63
62
-
Upload your source code, configure any inputs or outputs required to execute the training job, and specify the command to execute your training script.
64
+
On the next page, upload your source code. Configure any inputs or outputs required to execute the training job, and specify the command to execute your training script.
63
65
64
66
You can use a code file or a folder from your local machine or workspace's default blob storage. Azure shows the files to be uploaded after you make the selection.
65
67
@@ -97,7 +99,7 @@ When you use an input in the command, you need to specify the input name. To ind
97
99
98
100
## Select compute resources
99
101
100
-
Select the compute target on which you'd like your job to run. The job creation UI supports several compute types:
102
+
On the next page, select the compute target on which you'd like your job to run. The job creation UI supports several compute types:
0 commit comments