Skip to content

Commit 1aaa675

Browse files
committed
H2 titles
1 parent 9699dee commit 1aaa675

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/service/how-to-use-mlflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This article demonstrates how to use MLflow's tracking URI and logging API, coll
2424

2525
The below table summarizes the different clients that can use Azure Machine Learning service, and their respective function capabilities.
2626

27-
MLflow Tracking offers logging, as well as metric and artifact storage functionalities that were only previously available via the [Azure Machine Learning Python SDK](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py).
27+
MLflow Tracking offers metric logging and artifact storage functionalities that are only otherwise available via the [Azure Machine Learning Python SDK](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py).
2828

29-
| | MLflow | Azure Machine Learning <br> Python SDK | Azure Machine Learning <br> CLI | Azure portal|
29+
| | MLflow Tracking | Azure Machine Learning <br> Python SDK | Azure Machine Learning <br> CLI | Azure portal|
3030
|-|-|-|-|-|
3131
| Manage workspace | ||||
3232
| Use data stores | ||| |
@@ -41,7 +41,7 @@ This article demonstrates how to use MLflow's tracking URI and logging API, coll
4141
* [Install MLflow.](https://mlflow.org/docs/latest/quickstart.html)
4242
* [Install the Azure Machine Learning Python SDK on your local computer and create an Azure Machine Learning Workspace](setup-create-workspace.md#sdk). The SDK provides the connectivity for MLflow to access your workspace.
4343

44-
## Use MLflow Tracking on local runs
44+
## Track local runs
4545

4646
Install the `azureml-contrib-run` package to use MLflow Tracking with Azure Machine Learning on your experiments locally run in a Jupyter Notebook or code editor.
4747

@@ -78,7 +78,7 @@ with mlflow.start_run():
7878
mlflow.log_metric('alpha', 0.03)
7979
```
8080

81-
## Use MLflow Tracking with remote runs
81+
## Track remote runs
8282

8383
Remote runs let you train your models on more powerful computes, such as GPU enabled virtual machines, or Machine Learning Compute clusters. See [Set up compute targets for model training](how-to-set-up-training-targets.md) to learn about different compute options.
8484

0 commit comments

Comments
 (0)