Skip to content

Commit 4f9489a

Browse files
committed
fix?
1 parent 5853bf3 commit 4f9489a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Azure Machine Learning tracks training jobs in what MLflow calls runs. Use runs
7878

7979
# [Notebooks](#tab/interactive)
8080

81-
When you work interactively, MLflow starts tracking your training routine as soon as you start to log information that requires an active run. For instance, if Mlflow's autologging functionality is enabled, MLflow tracking starts when you log a metric or parameter, or start a training cycle.
81+
When you work interactively, MLflow starts tracking your training routine as soon as you log information that requires an active run. For instance, if Mlflow's autologging functionality is enabled, MLflow tracking starts when you log a metric or parameter, or start a training cycle.
8282

8383
However, it's usually helpful to start the run explicitly, especially if you want to capture the total time for your experiment in the **Duration** field. To start the run explicitly, use `mlflow.start_run()`.
8484

@@ -160,9 +160,7 @@ Use the Azure Machine Learning jobs parameter `display_name` to configure the na
160160

161161
### Submit the job
162162

163-
The workspace is the top-level resource for Azure Machine Learning, providing a centralized place to work with all the Azure Machine Learning artifacts you create.
164-
165-
1. Connect to the Azure Machine Learning workspace.
163+
1. The workspace is the top-level resource for Azure Machine Learning, providing a centralized place to work with all the Azure Machine Learning artifacts you create. Connect to the Azure Machine Learning workspace.
166164

167165
# [Azure CLI](#tab/cli)
168166

@@ -173,8 +171,6 @@ The workspace is the top-level resource for Azure Machine Learning, providing a
173171

174172
# [Python SDK](#tab/python)
175173

176-
Connect to the Azure Machine Learning workspace.
177-
178174
1. Import the required libraries:
179175

180176
```python

0 commit comments

Comments
 (0)