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/v1/tutorial-designer-automobile-price-train-score.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ You need an Azure Machine Learning workspace to use the designer. The workspace
64
64
65
65
### Create the pipeline
66
66
67
-
1. Sign in to the [Azure Machine Learning designer](https://ml.azure.com), and select the workspace you want to use.
67
+
1. Sign in to the [Azure Machine Learning studio](https://ml.azure.com), and select the workspace you want to use.
68
68
69
69
1. Select **Designer** from the sidebar menu. Under **Classic prebuilt**, choose **Create a new pipeline using classic prebuilt components**.
70
70
@@ -235,7 +235,7 @@ Train the model by giving it a dataset that includes the price. The algorithm co
235
235
236
236
Your pipeline should look like this:
237
237
238
-
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/pipeline-train-graph.png" alt-text="Screenshot showing the correct configuration of the pipeline after adding the Train Model component.":::
238
+
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/pipeline-train-graph.png" alt-text="Screenshot showing the correct configuration of the pipeline after adding the Train Model component." lightbox="./media/tutorial-designer-automobile-price-train-score/pipeline-train-graph.png":::
239
239
240
240
### Add the Score Model component
241
241
@@ -259,14 +259,12 @@ Use the **Evaluate Model** component to evaluate how well your model scored the
259
259
260
260
The final pipeline should look something like this:
261
261
262
-
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/pipeline-final-graph.png" alt-text="Screenshot showing the correct configuration of the pipeline.":::
262
+
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/pipeline-final-graph.png" alt-text="Screenshot showing the correct configuration of the pipeline." lightbox="./media/tutorial-designer-automobile-price-train-score/pipeline-final-graph.png":::
263
263
264
264
## Submit pipeline
265
265
266
266
1. Select **Configure & Submit** in the top corner to submit the pipeline.
267
267
268
-
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/configure-submit.png" alt-text="Screenshot showing configure and submit button." border="false":::
269
-
270
268
1. After the step-by-step wizard appears, follow the wizard to submit the pipeline job.
@@ -287,15 +285,13 @@ After submitting the pipeline job, there is a message on the top with a link to
287
285
288
286
In the job detail page, you can check the pipeline job status, results, and logs.
289
287
290
-
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/score-result.png" alt-text="Screenshot showing the pipeline job detail page.":::
291
-
292
288
After the job completes, you can view the results of the pipeline job. First, look at the predictions generated by the regression model.
293
289
294
290
1. Right-click the **Score Model** component, and select **Preview data** > **Scored dataset** to view its output.
295
291
296
292
Here you can see the predicted prices and the actual prices from the testing data.
297
293
298
-
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/score-result.png" alt-text="Screenshot of the output visualization highlighting the Scored Label column.":::
294
+
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/score-result.png" alt-text="Screenshot of the output visualization highlighting the Scored Label column." lightbox="./media/tutorial-designer-automobile-price-train-score/score-result.png":::
0 commit comments