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/tutorial-designer-automobile-price-deploy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ To deploy your pipeline, you must first convert the training pipeline into a rea
54
54
55
55
1. Select **Submit**, and use the same compute target and experiment that you used in part one.
56
56
57
-
If is the first run, it may take up to 20 minutes for your pipeline to finish running. The default compute settings have a minimum node size of 0 which means that the designer must allocate resources after being idle for some time. Repeated submits will take less time since the compute resources are already allocated. Future runs will take significantly less time because the designer will use cached results for each module unless you specify otherwise with the **Regenerate output** option.
57
+
If is the first run, it may take up to 20 minutes for your pipeline to finish running. 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.
Copy file name to clipboardExpand all lines: articles/machine-learning/tutorial-designer-automobile-price-train-score.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ You can visualize the data to understand the dataset that you'll use.
99
99
100
100
1. Select the **Automobile price data (Raw)** module.
101
101
102
-
1. In the module details pane to the right of the canvas, select **Outputs**.
102
+
1. In the module details pane to the right of the canvas, select **Outputs + log**.
103
103
104
104
1. Select the graph icon to visualize the data.
105
105
@@ -280,15 +280,15 @@ Now that your pipeline is all setup, you can submit a pipeline run to train your
280
280
281
281
You can view run status and details at the top right of the canvas.
282
282
283
-
If is the first run, it may take up to 20 minutes for your pipeline to finish running. The default compute settings have a minimum node size of 0 which means that the designer must allocate resources after being idle for some time. Repeated submits will take less time since the compute resources are already allocated. Future runs will take significantly less time because the designer will use cached results for each module unless you specify otherwise with the **Regenerate output** option.
283
+
If is the first run, it may take up to 20 minutes for your pipeline to finish running. 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.
284
284
285
285
### View scored labels
286
286
287
287
After the run completes, you can view the results of the pipeline run. First, look at the predictions generated by the regression model.
288
288
289
289
1. Select the **Score Model** module to view its output.
290
290
291
-
1. In the module details pane to the right of the canvas, select **Outputs** > graph icon  to view results.
291
+
1. In the module details pane to the right of the canvas, select **Outputs + logs** > graph icon  to view results.
292
292
293
293
Here you can see the predicted prices and the actual prices from the testing data.
294
294
@@ -300,7 +300,7 @@ Use the **Evaluate Model** to see how well the trained model performed on the te
300
300
301
301
1. Select the **Evaluate Model** module to view its output.
302
302
303
-
1. In the module details pane to the right of the canvas, select **Output** > graph icon  to view results.
303
+
1. In the module details pane to the right of the canvas, select **Outputs + logs** > graph icon  to view results.
304
304
305
305
The following statistics are shown for your model:
0 commit comments