Skip to content

Commit 0a6789d

Browse files
authored
Merge pull request #88909 from nibaccam/automl-ui
AutoML | UI terminology definitions
2 parents 80b7c3c + ea1760e commit 0a6789d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/machine-learning/service/tutorial-first-experiment-automated-ml.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You'll see the **Getting started** screen, since this is your first experiment w
6464

6565
1. Enter **my-1st-automl-experiment** as the experiment name.
6666

67-
1. Select **Create a new compute**.
67+
1. Select **Create a new compute**. A compute is a local or cloud based resource environment used to run your training script or host your service deployment. For this experiment we use a cloud based compute.
6868

6969
1. Configure your compute context for this experiment.
7070

@@ -144,9 +144,10 @@ As the experiment progresses, the screen updates the **Iteration chart** and **I
144144

145145
## Deploy the model
146146

147-
By using automated machine learning in the workspace landing page, you can deploy the best model as a web service to predict on new data and identify potential areas of opportunity. For this experiment, deployment means that the financial institution now has an iterative and scalable solution for identifying potential fixed term deposit customers.
147+
By using automated machine learning in the workspace landing page, you can 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.
148+
For this experiment, deployment to a web service means that the financial institution now has an iterative and scalable web solution for identifying potential fixed term deposit customers.
148149

149-
In this experiment context, **VotingEnsemble** is considered the best model, based on the **AUC_weighted** metric. We deploy this model, but be advised, deployment takes about 20 minutes to complete.
150+
In this experiment context, **VotingEnsemble** is considered the best model, based on the **AUC_weighted** 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.
150151

151152
1. On the **Run Detail** page, select the **Deploy Best Model** button in the top-right corner.
152153

@@ -159,7 +160,7 @@ In this experiment context, **VotingEnsemble** is considered the best model, bas
159160
Scoring script| Autogenerate
160161
Environment script| Autogenerate
161162

162-
1. Select **Deploy**.
163+
1. Select **Deploy**.
163164

164165
A deployment complete message appears when deployment successfully finishes.
165166

0 commit comments

Comments
 (0)