Skip to content

Commit 3710bc6

Browse files
committed
Add performance note
1 parent c8d3062 commit 3710bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Use the **Evaluate Model** module to evaluate how well your model scored the tes
265265

266266
## Submit the pipeline
267267

268-
Now that your pipeline is all setup, you can submit a pipeline run to train your machine learning model. You can submit a pipeline run at any point while building pipelines in the designer. You can do this to check your work as you go to verify your pipeline works as expected.
268+
Now that your pipeline is all setup, you can submit a pipeline run to train your machine learning model. You can submit a valid pipeline run at any point, which can be used to review changes to your pipeline during development.
269269

270270
1. At the top of the canvas, select **Submit**.
271271

@@ -278,7 +278,7 @@ Now that your pipeline is all setup, you can submit a pipeline run to train your
278278

279279
1. Select **Submit**.
280280

281-
You can view run status and details at the top right of the canvas.
281+
You can view run status and details at the top right of the canvas. If this is your first time using a compute target, it may take up to 10 minutes for your pipeline to finish running. The default compute settings have 0 minimum nodes, which means that compute instances are deallocated when idle. This saves money, but may require additional startup time for new jobs.
282282

283283
### View scored labels
284284

0 commit comments

Comments
 (0)