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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,21 +34,21 @@ There are many ways to create a training job with Azure Machine Learning. You ca
34
34
1. Select your subscription and workspace.
35
35
36
36
* Navigate to the Azure ML Studio and enable the feature by clicking open the preview panel.
37
-
[](media/how-to-train-with-ui/preview-panel.png)
37
+
[](media/how-to-train-with-ui/preview-panel.png)
38
38
39
39
40
40
* You may enter the job creation UI from the homepage. Click **Create new** and select **Job**.
41
41
[](media/how-to-train-with-ui/home-entry.png)
42
42
43
43
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).
44
44
45
-
[](media/how-to-train-with-ui/training-method.png)
45
+
[](media/how-to-train-with-ui/training-method.png)
46
46
47
47
## Configure basic settings
48
48
49
49
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.
50
50
51
-
[](media/how-to-train-with-ui/basic-settings.png)
51
+
[](media/how-to-train-with-ui/basic-settings.png)
52
52
53
53
These are the fields available:
54
54
@@ -147,7 +147,7 @@ If you don't want to use the Azure Machine Learning curated environments or spec
147
147
## Review and Create
148
148
149
149
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.
[](media/how-to-train-with-ui/review.png)
151
151
152
152
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.
0 commit comments