Skip to content

Commit 3e1bb52

Browse files
committed
grammar + next steps
1 parent c04a177 commit 3e1bb52

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this tutorial, you learn how to do the following tasks:
3030
## Prerequisites
3131

3232
* 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.
3434
* 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
3535

3636
## Get started in Azure Machine Learning studio
@@ -79,7 +79,7 @@ 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 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.
8383

8484
1. Also for this example, leave the default for
8585

@@ -119,7 +119,7 @@ After you load and configure your data, set up your remote compute target and se
119119

120120
## Select task type and settings
121121

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

124124
1. On the **Task type and settings** form, select **Forecasting** as the machine learning task type.
125125

@@ -162,7 +162,7 @@ The following navigates through the **Model details** and the **Visualizations**
162162

163163
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.
164164

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

167167
Once the run is complete, navigate back to the **Run Detail** page and select the **Models** tab.
168168

@@ -175,7 +175,7 @@ In this experiment context, **StackEnsemble** is considered the best model, base
175175
Field| Value
176176
----|----
177177
Deployment name| bikeshare-deploy
178-
Deployment description| bikeshare demand deployment
178+
Deployment description| bike share demand deployment
179179
Compute type | Select Azure Compute Instance (ACI)
180180
Enable authentication| Disable.
181181
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
211211

212212
## Next steps
213213

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:
215217

216218
> [!div class="nextstepaction"]
217219
> [Consume a web service](how-to-consume-web-service.md#consume-the-service-from-power-bi)

0 commit comments

Comments
 (0)