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
@@ -145,8 +145,8 @@ You can also find the log files of specific runs in the pipeline run detail page
145
145
1. Select a pipeline run created in the designer.
146
146

147
147
1. Select any module in the preview pane.
148
-
1. In the right pane of the module, go to the **Outputs+logs** tab.
149
-
1. Select the log file `70_driver_log.txt`
148
+
1. In the right pane of the module, go to the **Outputs + logs** tab.
149
+
1. Select the log file `70_driver_log.txt`.
150
150
151
151
## Debug and troubleshoot in Application Insights
152
152
For more information on using the OpenCensus Python library in this manner, see this guide: [Debug and troubleshoot machine learning pipelines in Application Insights](how-to-debug-pipelines-application-insights.md)
Copy file name to clipboardExpand all lines: articles/machine-learning/samples-designer.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: sample
9
9
10
10
author: peterclu
11
11
ms.author: peterlu
12
-
ms.date: 03/10/2020
12
+
ms.date: 03/29/2020
13
13
---
14
14
# Designer sample pipelines
15
15
@@ -25,6 +25,8 @@ Use the built-in examples in Azure Machine Learning designer to quickly get star
25
25
26
26
The designer saves a copy of the sample pipelines to your studio workspace. You can edit the pipeline to adapt it to your needs and save it as your own. Use them as a starting point to jumpstart your projects.
27
27
28
+
### Open a sample pipeline
29
+
28
30
1. Sign in to <ahref="https://ml.azure.com?tabs=jre"target="_blank">ml.azure.com</a>, and select the workspace you want to work with.
29
31
30
32
1. Select **Designer**.
@@ -33,6 +35,31 @@ The designer saves a copy of the sample pipelines to your studio workspace. You
33
35
34
36
Select **Show more samples** for a complete list of samples.
35
37
38
+
### Submit a pipeline run
39
+
40
+
To run a pipeline, you first have to set default compute target to run the pipeline on.
41
+
42
+
1. In the **Settings** pane to the right of the canvas, select **Select compute target**.
43
+
44
+
1. In the dialog that appears, select an existing compute target or create a new one. Select **Save**.
45
+
46
+
1. Select **Submit** at the top of the canvas to submit a pipeline run.
47
+
48
+
Depending on the sample pipeline and compute settings, runs may take some time to complete. The default compute settings have a minimum node size of 0, which means that the designer must allocate resources after being idle. Repeated pipeline runs will take less time since the compute resources are already allocated. Additionally, the designer uses cached results for each module to further improve efficiency.
49
+
50
+
51
+
### Review the results
52
+
53
+
After the pipeline finishes running, you can review the pipeline and view the output for each module to learn more.
54
+
55
+
Use the following steps to view module outputs:
56
+
57
+
1. Select a module in the canvas.
58
+
59
+
1. In the module details pane to the right of the canvas, select **Outputs + logs**. Select the graph icon  to see the results of each module.
60
+
61
+
Use the samples as starting points for some of the most common machine learning scenarios.
0 commit comments