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
+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
@@ -97,7 +97,7 @@ Before you configure your experiment, upload your data file to your workspace in
97
97
98
98
After you load and configure your data, set up your remote compute target and select which column in your data you want to predict.
99
99
100
-
1. Populate the **Configure Run** form as follows:
100
+
1. Populate the **Configure run** form as follows:
101
101
1. Enter an experiment name: `automl-bikeshare`
102
102
103
103
1. Select **cnt** as the target column, what you want to predict. This column indicates the number of total bike share rentals.
@@ -140,11 +140,11 @@ Complete the setup for your automated ML experiment by specifying the machine le
140
140
Validation | Choose a cross-validation type and number of tests.|Validation type:<br> k-fold cross-validation <br> <br> Number of validations: 5
141
141
Concurrency| The maximum number of parallel iterations executed and cores used per iteration| Max concurrent iterations: 6
142
142
143
-
Select **OK**.
143
+
Select **Save**.
144
144
145
145
## Run experiment
146
146
147
-
To run your experiment, select **Create**. The **Run Details** screen opens with the **Run status** at the top next to the run number. This status updates as the experiment progresses.
147
+
To run your experiment, select **Finish**. The **Run details** screen opens with the **Run status** at the top next to the run number. This status updates as the experiment progresses.
148
148
149
149
>[!IMPORTANT]
150
150
> Preparation takes **10-15 minutes** to prepare the experiment run.
@@ -167,7 +167,7 @@ Automated machine learning in Azure Machine Learning studio allows you to deploy
167
167
168
168
For this experiment, deployment to a web service means that the bike share company now has an iterative and scalable web solution for forecasting bike share rental demand.
169
169
170
-
Once the run is complete, navigate back to the **Run Detail** page and select the **Models** tab.
170
+
Once the run is complete, navigate back to the **Run detail** page and select the **Models** tab.
171
171
172
172
In this experiment context, **StackEnsemble** is considered the best model, based on the **Normalized root mean squared error** metric. We deploy this model, but be advised, deployment takes about 20 minutes to complete. The deployment process entails several steps including registering the model, generating resources, and configuring them for the web service.
0 commit comments