Skip to content

Commit 11cd240

Browse files
authored
Merge pull request #85868 from msdpalam/patch-2
Select "Preview data...." instead of "Visualize"
2 parents fc211bf + 4f91b1f commit 11cd240

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
@@ -281,7 +281,7 @@ Now that your pipeline is all setup, you can submit a pipeline run to train your
281281

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

284-
1. Right-click the **Score Model** component, and select **Visualize** > **Scored dataset** to view its output.
284+
1. Right-click the **Score Model** component, and select **Preview data** > **Scored dataset** to view its output.
285285

286286
Here you can see the predicted prices and the actual prices from the testing data.
287287

@@ -291,7 +291,7 @@ After the run completes, you can view the results of the pipeline run. First, lo
291291

292292
Use the **Evaluate Model** to see how well the trained model performed on the test dataset.
293293

294-
1. Right-click the **Evaluate Model** component and select **Visualize** > **Evaluation results** to view its output.
294+
1. Right-click the **Evaluate Model** component and select **Preview data** > **Evaluation results** to view its output.
295295

296296
The following statistics are shown for your model:
297297

0 commit comments

Comments
 (0)