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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ In this tutorial, you learn how to do the following tasks:
30
30
## Prerequisites
31
31
32
32
* An Enterprise edition Azure Machine Learning workspace. If you don't have a workspace, [create an Enterprise edition workspace](how-to-manage-workspace.md).
33
-
* Automated machine learning in the Azure Machine Learning studio is only avaialble for Enterprise edition workspaces.
33
+
* Automated machine learning in the Azure Machine Learning studio is only available for Enterprise edition workspaces.
34
34
* Download the [bike-no.csv](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/forecasting-bike-share/bike-no.csv) data file
35
35
36
36
## Get started in Azure Machine Learning studio
@@ -79,7 +79,7 @@ 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 unneccessary.
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.
83
83
84
84
1. Also for this example, leave the default for
85
85
@@ -119,7 +119,7 @@ After you load and configure your data, set up your remote compute target and se
119
119
120
120
## Select task type and settings
121
121
122
-
Complete the set up for your automated ml experiment by specifying the machine learnign task type and configuration settings.
122
+
Complete the setup for your automated ml experiment by specifying the machine learning task type and configuration settings.
123
123
124
124
1. On the **Task type and settings** form, select **Forecasting** as the machine learning task type.
125
125
@@ -162,7 +162,7 @@ The following navigates through the **Model details** and the **Visualizations**
162
162
163
163
Automated machine learning in Azure Machine Learning studio allows you to deploy the best model as a web service in a few steps. Deployment is the integration of the model so it can predict on new data and identify potential areas of opportunity.
164
164
165
-
For this experiment, deployment to a web service means that the bike share company now has an iterative and scalable web solution for forecasting bikeshare rental demand.
165
+
For this experiment, deployment to a web service means that the bike share company now has an iterative and scalable web solution for forecasting bikes hare rental demand.
166
166
167
167
Once the run is complete, navigate back to the **Run Detail** page and select the **Models** tab.
168
168
@@ -175,7 +175,7 @@ In this experiment context, **StackEnsemble** is considered the best model, base
Deployment description| bike share demand deployment
179
179
Compute type | Select Azure Compute Instance (ACI)
180
180
Enable authentication| Disable.
181
181
Use custom deployment assets| Disable. Disabling allows for the default driver file (scoring script) and environment file to be autogenerated.
@@ -211,7 +211,9 @@ Delete just the deployment instance from the Azure Machine Learning studio, if y
211
211
212
212
## Next steps
213
213
214
-
In this automated machine learning tutorial, you used Azure Machine Learning studio to create and deploy a demand forecasting model. See this article for steps on how to create a Power BI supported schema and how to consume your newly deployed web service in Power BI:
214
+
In this tutorial, you automated ML in the Azure Machine Learning studio to create and deploy a demand forecasting model.
215
+
216
+
See this article for steps on how to create a Power BI supported schema and how to consume your newly deployed web service in Power BI:
215
217
216
218
> [!div class="nextstepaction"]
217
219
> [Consume a web service](how-to-consume-web-service.md#consume-the-service-from-power-bi)
0 commit comments