Skip to content

Commit 129442e

Browse files
authored
Indicating path to the execution folder
Code snippet in Step 4 fails, as it refers to main.py script under ./src folder (that was used by the original Jupyter notebook). As this example is being used against the whole repo, it's worth to specify that the long path is ./sdk/python/jobs/single-step/lightgbm/iris/src, for the people who copy/paste the code to make it work.
1 parent 35aae08 commit 129442e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-train-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ curl -X PUT \
175175

176176
# [Python SDK](#tab/python)
177177

178-
To run this script, you'll use a `command`. The command will be run by submitting it as a `job` to Azure ML.
178+
To run this script, you'll use a `command` that executes main.py Python script located under ./sdk/python/jobs/single-step/lightgbm/iris/src/. The command will be run by submitting it as a `job` to Azure ML.
179179

180180
[!notebook-python[] (~/azureml-examples-main/sdk/python/jobs/single-step/lightgbm/iris/lightgbm-iris-sweep.ipynb?name=create-command)]
181181

0 commit comments

Comments
 (0)