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/tutorial-automated-ml-forecast.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Complete the following experiment set-up and run steps in Azure Machine Learning
47
47
48
48
1. Select **+New automated ML run**.
49
49
50
-
###Create and load dataset
50
+
## Create and load dataset
51
51
52
52
1. On the **Select dataset** form, select **From local files** from the **+Create dataset** drop-down.
53
53
@@ -88,7 +88,7 @@ Complete the following experiment set-up and run steps in Azure Machine Learning
88
88
89
89
1. Select **Next**.
90
90
91
-
###Configure the experiment run
91
+
## Configure experiment run
92
92
93
93
1. Populate the **Configure Run** form as follows:
94
94
1. Enter an experiment name: `automl-bikeshare`
@@ -111,6 +111,8 @@ Complete the following experiment set-up and run steps in Azure Machine Learning
111
111
112
112
1. Select **Next**.
113
113
114
+
## Select task type and settings
115
+
114
116
1. On the **Task type and settings** form, select **Forecasting** as the machine learning task type.
115
117
116
118
1. Select **View additional configuration settings** and populate the fields as follows. These settings are to better control the training job. Otherwise, defaults are applied based on experiment selection and data.
@@ -129,6 +131,8 @@ Complete the following experiment set-up and run steps in Azure Machine Learning
129
131
130
132
Select **OK**.
131
133
134
+
## Run experiment
135
+
132
136
1. Select **Create** to run the experiment. The **Run Details** screen opens with the **Run status** at the top next to the run number. This status updates as the experiment progresses.
0 commit comments