Skip to content

Commit 8ba0061

Browse files
authored
Merge pull request #105679 from LazaUK/patch-7
Indicating path to the execution folder
2 parents 5227e7a + 0c15a8c commit 8ba0061

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 Machine Learning.
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)