Skip to content

Commit 3961bc3

Browse files
committed
misses
1 parent 28c2454 commit 3961bc3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/machine-learning/tutorial-automated-ml-forecast.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this tutorial, you learn how to do the following tasks:
2323

2424
> [!div class="checklist"]
2525
> * Create and load a dataset.
26-
> * Configure and run an automated ml experiment.
26+
> * Configure and run an automated ML experiment.
2727
> * Explore the experiment results.
2828
> * Deploy the best model.
2929
@@ -79,13 +79,14 @@ Before you configure your experiment, upload your data file to your workspace in
7979

8080
1. The **Schema** form allows for further configuration of your data for this experiment.
8181

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

84-
1. Also for this example, leave the default for
84+
1. Also for this example, leave the defaults for the **Properties** and **Type**.
8585

8686
1. Select **Next**.
8787

8888
1. On the **Confirm details** form, verify the information matches what was previously populated on the **Basic info** and **Settings and preview** forms.
89+
8990
1. Select **Create** to complete the creation of your dataset.
9091

9192
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
119120

120121
## Select task type and settings
121122

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

124125
1. On the **Task type and settings** form, select **Time series forecasting** as the machine learning task type.
125126

0 commit comments

Comments
 (0)