Skip to content

Commit ae1feb0

Browse files
committed
Add edits
1 parent 65cef0e commit ae1feb0

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

articles/machine-learning/how-to-train-with-ui.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.custom: devplatv2
1010
author: ssalgadodev
1111
ms.author: ssalgado
12-
ms.date: 03/28/2025
12+
ms.date: 03/31/2025
1313
ms.reviewer: amipatel
1414
---
1515

@@ -33,33 +33,35 @@ In this article, you learn how to use your own data and code to train a machine
3333

3434
1. Sign in to the [Azure Machine Learning studio](https://ml.azure.com), then select your subscription and workspace.
3535

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**.
3737

3838
:::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.":::
3939

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.
4141

4242
:::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.":::
4343

44+
In the next section, we walk through the form with the steps for running a custom training script (command job).
45+
4446
## Configure basic settings
4547

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.
4749

4850
:::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.":::
4951

5052
The following fields are available:
5153

5254
|Field| Description|
5355
|------| ------|
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.|
5557
|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.|
5658
|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.|
5961

60-
## Training script
62+
## Upload training script
6163

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.
6365

6466
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.
6567

@@ -97,7 +99,7 @@ When you use an input in the command, you need to specify the input name. To ind
9799

98100
## Select compute resources
99101

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:
101103

102104
| Compute type | Introduction |
103105
| --- | --- |

0 commit comments

Comments
 (0)