Skip to content

Commit c218c70

Browse files
authored
updated wording
1 parent 8453239 commit c218c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ runs.head(10)
233233
```
234234

235235
## Automatic logging
236-
With Azure Machine Learning and MLFlow, users are able to automatically log metrics, model parameters and mode artifacts automatically when train models using a [variety of popular machine learning libraries](https://mlflow.org/docs/latest/tracking.html#automatic-logging).
236+
With Azure Machine Learning and MLFlow, users can log metrics, model parameters and model artifacts automatically when training a model. A [variety of popular machine learning libraries](https://mlflow.org/docs/latest/tracking.html#automatic-logging) are supported.
237237

238238
To enable [automatic logging](https://mlflow.org/docs/latest/tracking.html#automatic-logging) insert the following code before your training code:
239239

0 commit comments

Comments
 (0)