Skip to content

Commit 8ffdff6

Browse files
committed
Add perf changes
1 parent 9e09aef commit 8ffdff6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/machine-learning/tutorial-designer-automobile-price-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To deploy your pipeline, you must first convert the training pipeline into a rea
5454
5555
1. Select **Submit**, and use the same compute target and experiment that you used in part one.
5656

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

5959
1. Select **Deploy**.
6060

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You can visualize the data to understand the dataset that you'll use.
9999

100100
1. Select the **Automobile price data (Raw)** module.
101101

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**.
103103

104104
1. Select the graph icon to visualize the data.
105105

@@ -280,15 +280,15 @@ Now that your pipeline is all setup, you can submit a pipeline run to train your
280280

281281
You can view run status and details at the top right of the canvas.
282282

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

285285
### View scored labels
286286

287287
After the run completes, you can view the results of the pipeline run. First, look at the predictions generated by the regression model.
288288

289289
1. Select the **Score Model** module to view its output.
290290

291-
1. In the module details pane to the right of the canvas, select **Outputs** > graph icon ![visualize icon](./media/tutorial-designer-automobile-price-train-score/visualize-icon.png) to view results.
291+
1. In the module details pane to the right of the canvas, select **Outputs + logs** > graph icon ![visualize icon](./media/tutorial-designer-automobile-price-train-score/visualize-icon.png) to view results.
292292

293293
Here you can see the predicted prices and the actual prices from the testing data.
294294

@@ -300,7 +300,7 @@ Use the **Evaluate Model** to see how well the trained model performed on the te
300300

301301
1. Select the **Evaluate Model** module to view its output.
302302

303-
1. In the module details pane to the right of the canvas, select **Output** > graph icon ![visualize icon](./media/tutorial-designer-automobile-price-train-score/visualize-icon.png) to view results.
303+
1. In the module details pane to the right of the canvas, select **Outputs + logs** > graph icon ![visualize icon](./media/tutorial-designer-automobile-price-train-score/visualize-icon.png) to view results.
304304

305305
The following statistics are shown for your model:
306306

0 commit comments

Comments
 (0)