Skip to content

Commit e61a767

Browse files
committed
Fix link
1 parent f668704 commit e61a767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ ms.date: 02/28/2020
1414

1515
# Execute Python code in Azure Machine Learning designer
1616

17-
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.
17+
In this article, you learn how to use the [Execute Python Script](algorithm-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

1919
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.
2020

21-
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.
21+
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](algorithm-module-reference/execute-python-script.md) page.
2222

2323
![Execute Python input map](media/how-to-designer-python/execute-python-map.png)
2424

0 commit comments

Comments
 (0)