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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ In this tutorial, you learn how to do the following tasks:
23
23
24
24
> [!div class="checklist"]
25
25
> * Create and load a dataset.
26
-
> * Configure and run an automated ml experiment.
26
+
> * Configure and run an automated ML experiment.
27
27
> * Explore the experiment results.
28
28
> * Deploy the best model.
29
29
@@ -79,13 +79,14 @@ Before you configure your experiment, upload your data file to your workspace in
79
79
80
80
1. The **Schema** form allows for further configuration of your data for this experiment.
81
81
82
-
1. For this example, choose to ignore the **casual** and **registered** columns. These columns are a breakdown of the **cnt** column so, therefore unnecessary.
82
+
1. For this example, choose to ignore the **casual** and **registered** columns. These columns are a breakdown of the **cnt** column so, therefore we don't include them.
83
83
84
-
1. Also for this example, leave the default for
84
+
1. Also for this example, leave the defaults for the **Properties** and **Type**.
85
85
86
86
1. Select **Next**.
87
87
88
88
1. On the **Confirm details** form, verify the information matches what was previously populated on the **Basic info** and **Settings and preview** forms.
89
+
89
90
1. Select **Create** to complete the creation of your dataset.
90
91
91
92
1. Select your dataset once it appears in the list.
@@ -119,7 +120,7 @@ After you load and configure your data, set up your remote compute target and se
119
120
120
121
## Select task type and settings
121
122
122
-
Complete the setup for your automated ml experiment by specifying the machine learning task type and configuration settings.
123
+
Complete the setup for your automated ML experiment by specifying the machine learning task type and configuration settings.
123
124
124
125
1. On the **Task type and settings** form, select **Time series forecasting** as the machine learning task type.
0 commit comments