Skip to content

Commit c3274f9

Browse files
authored
Update how-to-train-with-ui.md
1 parent 5860fb9 commit c3274f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ There are many ways to create a training job with Azure Machine Learning. You ca
3434
1. Select your subscription and workspace.
3535

3636
* Navigate to the Azure ML Studio and enable the feature by clicking open the preview panel.
37-
[![Azure Machine Learning studio homepage](media/how-to-train-with-ui/preview-panel.png)](media/how-to-train-with-ui/preview-panel.png)
37+
[![Azure Machine Learning studio preview panel](media/how-to-train-with-ui/preview-panel.png)](media/how-to-train-with-ui/preview-panel.png)
3838

3939

4040
* You may enter the job creation UI from the homepage. Click **Create new** and select **Job**.
4141
[![Azure Machine Learning studio homepage](media/how-to-train-with-ui/home-entry.png)](media/how-to-train-with-ui/home-entry.png)
4242

4343
In this wizard, you can select your method of training, complete the rest of the submission wizard based on your selection, and submit the training job. Below we will walkthrough the wizard for running a custom script (command job).
4444

45-
[![Azure Machine Learning studio homepage](media/how-to-train-with-ui/training-method.png)](media/how-to-train-with-ui/training-method.png)
45+
[![Azure Machine Learning studio choose training method](media/how-to-train-with-ui/training-method.png)](media/how-to-train-with-ui/training-method.png)
4646

4747
## Configure basic settings
4848

4949
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.
5050

51-
[![Azure Machine Learning studio homepage](media/how-to-train-with-ui/basic-settings.png)](media/how-to-train-with-ui/basic-settings.png)
51+
[![Azure Machine Learning studio job submission wizard basic settings](media/how-to-train-with-ui/basic-settings.png)](media/how-to-train-with-ui/basic-settings.png)
5252

5353
These are the fields available:
5454

@@ -147,7 +147,7 @@ If you don't want to use the Azure Machine Learning curated environments or spec
147147
## Review and Create
148148

149149
Once you've configured your job, choose **Next** to go to the **Review** page. To modify a setting, choose the pencil icon and make the change.
150-
[![Review](media/how-to-train-with-ui/review.png)](media/how-to-train-with-ui/review.png)
150+
[![AzureML Studio job submission review](media/how-to-train-with-ui/review.png)](media/how-to-train-with-ui/review.png)
151151

152152
To launch the job, choose **Submit training job**. Once the job is created, Azure will show you the job details page, where you can monitor and manage your training job.
153153

0 commit comments

Comments
 (0)