Skip to content

Commit c0ce635

Browse files
Rewording
1 parent f7ce514 commit c0ce635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/algorithm-module-reference/create-python-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This article shows how to use **Create Python Model** with a simple pipeline. He
4141
1. Select **Create Python Model**, and edit the script to implement your modeling or data management process. You can base the model on any learner that's included in a Python package in the Azure Machine Learning environment.
4242
4343
> [!NOTE]
44-
> Please pay extra attention to the comments of the sample code of the script and make sure your script strictly follows the requirement, such as the class name, methods as well as method signature. Violation will lead to exceptions.
44+
> Please pay extra attention to the comments in sample code of the script and make sure your script strictly follows the requirement, including the class name, methods as well as method signature. Violation will lead to exceptions.
4545
4646
The following sample code of the two-class Naive Bayes classifier uses the popular *sklearn* package:
4747

0 commit comments

Comments
 (0)