Skip to content

Commit ca3f658

Browse files
authored
Update tutorial-pipeline-python-sdk.md
Added missing code to generate train.py file.
1 parent 40d78ac commit ca3f658

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/machine-learning/tutorial-pipeline-python-sdk.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@ Create the directory for this component:
250250
251251
[!Notebook-python[] (~/azureml-examples-main/tutorials/e2e-ds-experience/e2e-ml-workflow.ipynb?name=train_src_dir)]
252252
253+
Create the training script in the directory:
254+
255+
[!Notebook-python[] (~/azureml-examples-main/tutorials/e2e-ds-experience/e2e-ml-workflow.ipynb?name=train.py)]
256+
253257
As you can see in this training script, once the model is trained, the model file is saved and registered to the workspace. Now you can use the registered model in inferencing endpoints.
254258
255259

0 commit comments

Comments
 (0)