Skip to content

Commit 17a5292

Browse files
committed
Minor change
1 parent 7bb295d commit 17a5292

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

articles/machine-learning/v1/tutorial-designer-automobile-price-train-score.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You need an Azure Machine Learning workspace to use the designer. The workspace
6464
6565
### Create the pipeline
6666

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

6969
1. Select **Designer** from the sidebar menu. Under **Classic prebuilt**, choose **Create a new pipeline using classic prebuilt components**.
7070

@@ -235,7 +235,7 @@ Train the model by giving it a dataset that includes the price. The algorithm co
235235
236236
Your pipeline should look like this:
237237

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":::
239239

240240
### Add the Score Model component
241241

@@ -259,14 +259,12 @@ Use the **Evaluate Model** component to evaluate how well your model scored the
259259

260260
The final pipeline should look something like this:
261261

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":::
263263

264264
## Submit pipeline
265265

266266
1. Select **Configure & Submit** in the top corner to submit the pipeline.
267267

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-
270268
1. After the step-by-step wizard appears, follow the wizard to submit the pipeline job.
271269

272270
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/submission-wizard.png" alt-text="Screenshot showing submission wizard." lightbox ="./media/tutorial-designer-automobile-price-train-score/submission-wizard.png":::
@@ -287,15 +285,13 @@ After submitting the pipeline job, there is a message on the top with a link to
287285

288286
In the job detail page, you can check the pipeline job status, results, and logs.
289287

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-
292288
After the job completes, you can view the results of the pipeline job. First, look at the predictions generated by the regression model.
293289

294290
1. Right-click the **Score Model** component, and select **Preview data** > **Scored dataset** to view its output.
295291

296292
Here you can see the predicted prices and the actual prices from the testing data.
297293

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":::
299295

300296
### Evaluate models
301297

0 commit comments

Comments
 (0)