Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4f0aa44

Browse files
committedSep 9, 2020
update screenshot in designer articles
1 parent 145bc26 commit 4f0aa44

21 files changed

+18
-18
lines changed
 

‎articles/machine-learning/how-to-designer-import-data.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: Learn how to import data into Azure Machine Learning designer (prev
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
8-
author: peterclu
9-
ms.author: peterlu
10-
ms.date: 01/16/2020
8+
author: likebupt
9+
ms.author: keli19
10+
ms.date: 09/09/2020
1111
ms.topic: conceptual
1212
ms.custom: how-to, designer
1313
---
@@ -33,13 +33,13 @@ You can also register the output for any designer module as a dataset.
3333

3434
1. Select the module that outputs the data you want to register.
3535

36-
1. In the properties pane, select **Outputs** > **Register dataset**.
36+
1. In the properties pane, select **Outputs + logs** > **Register dataset**.
3737

3838
![Screenshot showing how to navigate to the Register Dataset option](media/how-to-designer-import-data/register-dataset-designer.png)
3939

4040
### Use a dataset
4141

42-
Your registered datasets can be found in the module palette, under **Datasets** > **My Datasets**. To use a dataset, drag and drop it onto the pipeline canvas. Then, connect the output port of the dataset to other modules in the palette.
42+
Your registered datasets can be found in the module palette, under **Datasets**. To use a dataset, drag and drop it onto the pipeline canvas. Then, connect the output port of the dataset to other modules in the palette.
4343

4444
![Screenshot showing location of saved datasets in the designer palette](media/how-to-designer-import-data/use-datasets-designer.png)
4545

‎articles/machine-learning/how-to-designer-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: Learn how to use Python in Azure Machine Learning designer (preview
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
8-
author: peterclu
9-
ms.author: peterlu
10-
ms.date: 02/28/2020
8+
author: likebupt
9+
ms.author: keli19
10+
ms.date: 09/09/2020
1111
ms.topic: conceptual
1212
ms.custom: how-to, designer, devx-track-python
1313
---

‎articles/machine-learning/how-to-retrain-designer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This article also assumes that you have basic knowledge of building pipelines in
3636

3737
### Sample pipeline
3838

39-
The pipeline used in this article is an altered version of [Sample 3: Income prediction](samples-designer.md#classification). The pipeline uses the [Import Data](algorithm-module-reference/import-data.md) module instead of the sample dataset to show you how to train models using your own data.
39+
The pipeline used in this article is an altered version of a sample pipeline [Income prediction](samples-designer.md#classification) in the designer homepage. The pipeline uses the [Import Data](algorithm-module-reference/import-data.md) module instead of the sample dataset to show you how to train models using your own data.
4040

4141
![Screenshot that shows the modified sample pipeline with a box highlighting the Import Data module](./media/how-to-retrain-designer/modified-sample-pipeline.png)
4242

@@ -96,9 +96,9 @@ Publish a pipeline to a pipeline endpoint to easily reuse your pipelines in the
9696

9797
Now that you have a published training pipeline, you can use it to retrain your model on new data. You can submit runs from a pipeline endpoint from the studio workspace or programmatically.
9898

99-
### Submit runs by using the designer
99+
### Submit runs by using the studio portal
100100

101-
Use the following steps to submit a parameterized pipeline endpoint run from the designer:
101+
Use the following steps to submit a parameterized pipeline endpoint run from the studio portal:
102102

103103
1. Go to the **Endpoints** page in your studio workspace.
104104
1. Select the **Pipeline endpoints** tab. Then, select your pipeline endpoint.

‎articles/machine-learning/how-to-run-batch-predictions-designer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: Learn how to train a model and set up a batch prediction pipeline u
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
8-
ms.author: peterlu
9-
author: peterclu
10-
ms.date: 02/24/2020
8+
ms.author: keli19
9+
author: likebupt
10+
ms.date: 09/09/2020
1111
ms.topic: conceptual
1212
ms.custom: how-to, designer
1313
---
@@ -66,6 +66,8 @@ In this section, you create a dataset parameter to specify a different dataset t
6666

6767
Enter a name for the parameter, or accept the default value.
6868

69+
![Set dataset as pipeline parameter](./media/how-to-run-batch-predictions-designer/set-dataset-as-pipeline-parameter.png)
70+
6971
## Publish your batch inferencing pipeline
7072

7173
Now you're ready to deploy the inferencing pipeline. This will deploy the pipeline and make it available for others to use.
@@ -121,9 +123,7 @@ You can find information on how to consume pipeline endpoints and published pipe
121123

122124
You can find the REST endpoint of a pipeline endpoint in the run overview panel. By calling the endpoint, you are consuming its default published pipeline.
123125

124-
You can also consume a published pipeline in the **Published pipelines** page. Select a published pipeline and find the REST endpoint of it.
125-
126-
![Rest endpoint details](./media/how-to-run-batch-predictions-designer/rest-endpoint-details.png)
126+
You can also consume a published pipeline in the **Published pipelines** page. Select a published pipeline and you can find the REST endpoint of it in the **Published pipeline overview** panel to the right of the graph.
127127

128128
To make a REST call, you will need an OAuth 2.0 bearer-type authentication header. See the following [tutorial section](tutorial-pipeline-batch-scoring-classification.md#publish-and-run-from-a-rest-endpoint) for more detail on setting up authentication to your workspace and making a parameterized REST call.
129129

Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You can set a **Default compute target** for the entire pipeline, which will tel
9090

9191
There are several sample datasets included in the designer for you to experiment with. For this tutorial, use **Automobile price data (Raw)**.
9292

93-
1. To the left of the pipeline canvas is a palette of datasets and modules. Select **Datasets**, and then view the **Samples** section to view the available sample datasets.
93+
1. To the left of the pipeline canvas is a palette of datasets and modules. Select **Sample datasets** to view the available sample datasets.
9494

9595
1. Select the dataset **Automobile price data (Raw)**, and drag it onto the canvas.
9696

0 commit comments

Comments
 (0)
Please sign in to comment.