Skip to content

Commit f668704

Browse files
committed
Typo
1 parent 70baa1a commit f668704

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ ms.date: 02/28/2020
1616

1717
In this article, you learn how to use the [Execute Python Script](algorith-module-reference/execute-python-script.md) module to add custom logic to Azure Machine Learning designer. In the following how-to, you use the Pandas library to do simple feature engineering.
1818

19-
There are two ways you can use the Execute Python Script module:
20-
- Execute code that is written only in the designer code editor.
21-
- Execute code uploaded as a zip file to your Azure Machine Learning workspace.
22-
2319
You can use the in-built code editor to quickly add simple Python logic. If you want to add more complex code or upload additional Python libraries, you should use the zip file method.
2420

2521
The default execution environment uses the Anacondas distribution of Python. For a complete list of pre-installed packages, see the [Execute Python Script module reference](algorith-module-reference/execute-python-script.md) page.
@@ -42,7 +38,7 @@ This article uses the sample dataset, **Automobile price data (Raw)**.
4238

4339
1. Connect the output port of the dataset to the top-left input port of the **Execute Python Script** module. The designer exposes the input as a parameter to the entry point script.
4440

45-
The right input port is reserved for zipped python libraries, which will be discussed in the next section.
41+
The right input port is reserved for zipped python libraries.
4642

4743
![Connect datasets](media/how-to-designer-python/connect-dataset.png)
4844

0 commit comments

Comments
 (0)