Skip to content

Commit 79f70e9

Browse files
committed
Add edits
1 parent 0c51f17 commit 79f70e9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article explains how to use the [Execute Python Script](../algorithm-module
2121

2222
You can use the in-built code editor to quickly add simple Python logic. You should use the zip file method to add more complex code, or to upload more Python libraries.
2323

24-
The default execution environment uses the Anacondas distribution of Python. See the [Execute Python Script component reference](../algorithm-module-reference/execute-python-script.md) page for a complete list of preinstalled packages.
24+
The default execution environment uses the Anacondas distribution of Python. See the [Execute Python Script](../algorithm-module-reference/execute-python-script.md) component reference for a complete list of preinstalled packages.
2525

2626
:::image type="content" source="media/how-to-designer-python/execute-python-map.png" alt-text="Diagram that shows the input map for Execute Python Script.":::
2727

articles/machine-learning/v1/how-to-designer-transform-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Use these steps to import the sample dataset:
4242

4343
1. Sign in to [Azure Machine Learning studio](https://ml.azure.com), and select the workspace you want to use.
4444

45-
1. Go to the designer. Select **Create a new pipeline using classic prebuilt components** to create a new pipeline.
45+
1. Select **Designer** from the sidebar menu. Under **Classic prebuilt**, choose **Create a new pipeline using classic prebuilt components**.
4646

4747
1. To the left of the pipeline canvas, in the **Component** tab, expand the **Sample data** node.
4848

@@ -54,7 +54,7 @@ Use these steps to import the sample dataset:
5454

5555
### Split the data
5656

57-
In this section, you use the [Split Data component](../algorithm-module-reference/split-data.md) to identify and split rows that contain *United-States* in the **native-country** column.
57+
Use the [Split Data component](../algorithm-module-reference/split-data.md) to identify and split rows that contain *United-States* in the **native-country** column.
5858

5959
1. To the left of the canvas, in the component tab, expand the **Data Transformation** section, and find the **Split Data** component.
6060

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ This article also assumes that you have some knowledge of building pipelines in
4141

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

44+
If you're using the pipeline that you built in part one of this series, add the other components in the following example.
45+
4446
:::image type="content" source="./media/how-to-retrain-designer/modified-sample-pipeline.png" alt-text="Screenshot that shows the modified sample pipeline with a box highlighting the Import Data component." lightbox="./media/how-to-retrain-designer/modified-sample-pipeline.png":::
4547

4648
## Create a pipeline input
@@ -120,8 +122,6 @@ To make a REST call, you need an OAuth 2.0 bearer-type authentication header. Fo
120122

121123
## Related content
122124

123-
In this article, you learned how to create a parameterized training pipeline endpoint using the designer.
124-
125-
For a complete walkthrough of how you can deploy a model to make predictions, see the [designer tutorial](tutorial-designer-automobile-price-train-score.md) to train and deploy a regression model.
125+
- [Tutorial: Train a no-code regression model using designer](tutorial-designer-automobile-price-train-score.md)
126126

127-
For how to publish and submit a job to pipeline endpoint using the SDK v1, see [Publish pipelines](how-to-deploy-pipelines.md).
127+
- [Publish machine learning pipelines](how-to-deploy-pipelines.md)

0 commit comments

Comments
 (0)