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/service/tutorial-first-experiment-automated-ml.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ You'll see the **Getting started** screen, since this is your first experiment w
64
64
65
65
1. Enter **my-1st-automl-experiment** as the experiment name.
66
66
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.
68
68
69
69
1. Configure your compute context for this experiment.
70
70
@@ -144,9 +144,10 @@ As the experiment progresses, the screen updates the **Iteration chart** and **I
144
144
145
145
## Deploy the model
146
146
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.
148
149
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.
150
151
151
152
1. On the **Run Detail** page, select the **Deploy Best Model** button in the top-right corner.
152
153
@@ -159,7 +160,7 @@ In this experiment context, **VotingEnsemble** is considered the best model, bas
159
160
Scoring script| Autogenerate
160
161
Environment script| Autogenerate
161
162
162
-
1. Select **Deploy**.
163
+
1. Select **Deploy**.
163
164
164
165
A deployment complete message appears when deployment successfully finishes.
0 commit comments