Skip to content

Commit fbda7fd

Browse files
committed
update screenshot
1 parent 6aecb3f commit fbda7fd

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed
174 KB
Loading
52.4 KB
Loading
772 KB
Loading

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,16 @@ You need an Azure Machine Learning workspace to use the designer. The workspace
6363
6464
1. Sign in to <a href="https://ml.azure.com?tabs=jre" target="_blank">ml.azure.com</a>, and select the workspace you want to work with.
6565

66-
1. Select **Designer**.
66+
1. Select **Designer** -> **Classic prebuilt**
6767

6868
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/launch-designer.png" alt-text="Screenshot of the visual workspace showing how to access the designer.":::
6969

70-
1. Select **Easy-to-use prebuilt components**.
70+
1. Select **Create a new pipeline using classic prebuilt components**.
71+
72+
1. Click the pencile icon besides the automtatically geneate pipeline draft name, rename it to *Automobile price prediction*. The name doesn't need to be unique.
73+
74+
![Screenshot of pencil icon to change pipeline draft name.](./media/tutorial-designer-automobile-price-train-score/change-pipeline-draft-name.png)
7175

72-
1. Open the ![Screenshot of the gear icon that is in the UI.](./media/tutorial-designer-automobile-price-train-score/gear-icon.png) **Settings** pane to the right of the canvas, and scroll to **Draft name** text box. Rename it to *Automobile price prediction*. The name doesn't need to be unique.
7376

7477
## Set the default compute target
7578

@@ -100,11 +103,12 @@ You can set a **Default compute target** for the entire pipeline, which will tel
100103

101104
There are several sample datasets included in the designer for you to experiment with. For this tutorial, use **Automobile price data (Raw)**.
102105

103-
1. To the left of the pipeline canvas is a palette of datasets and components. Select **Data**.
106+
1. To the left of the pipeline canvas is a palette of datasets and components. Select **Component** -> **Sample data**.
104107

105108
1. Select the dataset **Automobile price data (Raw)**, and drag it onto the canvas.
106109

107-
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/drag-data.gif" alt-text="Gif of dragging the Automobile price data to the canvas.":::
110+
:::image type="content" source="./media/tutorial-designer-automobile-price-train-score/automobile-data.png" alt-text="Gif of dragging the Automobile price data to the canvas.":::
111+
108112

109113
### Visualize the data
110114

0 commit comments

Comments
 (0)