Skip to content

Commit b866d2e

Browse files
authored
Update how-to-use-mlflow-cli-runs.md
1 parent b0bba58 commit b866d2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/machine-learning/how-to-use-mlflow-cli-runs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Use MLflow SDK to track any metric, parameter, artifacts, or models. For detaile
106106

107107
Use the parameter `display_name` of Azure Machine Learning jobs to configure the name of the run. The following example shows how:
108108

109+
1. Use the `display_name` property to configure the job.
110+
109111
# [Azure CLI](#tab/cli)
110112

111113
To submit the job, create a YAML file with your job definition in a `job.yml` file. This file should be created outside the `src` directory.
@@ -126,6 +128,8 @@ Use the parameter `display_name` of Azure Machine Learning jobs to configure the
126128
)
127129
```
128130

131+
2. Ensure you are not using `mlflow.start_run(run_name="")` inside of your training routine.
132+
129133
---
130134

131135
### Submitting the job

0 commit comments

Comments
 (0)