Skip to content

Commit 7727eb8

Browse files
authored
Update how-to-train-mlflow-projects.md
1 parent 564bf94 commit 7727eb8

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

articles/machine-learning/how-to-train-mlflow-projects.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,10 @@ In this article, learn how to submit training jobs with [MLflow Projects](https:
3333

3434
### Connect to your workspace
3535

36-
First, let's connect MLflow to your Azure Machine Learning workspace.
36+
If you're working outside Azure Machine Learning, you need to configure MLflow to point to your Azure Machine Learning workspace's tracking URI. You can find the instructions at [Configure MLflow for Azure Machine Learning](how-to-use-mlflow-configure-tracking.md).
3737

38-
# [Azure Machine Learning compute](#tab/aml)
3938

40-
Tracking is already configured for you. Your default credentials will also be used when working with MLflow.
41-
42-
# [Remote compute](#tab/remote)
43-
44-
**Configure tracking URI**
45-
46-
[!INCLUDE [configure-mlflow-tracking](../../includes/machine-learning-mlflow-configure-tracking.md)]
47-
48-
**Configure authentication**
49-
50-
Once the tracking is configured, you'll also need to configure how the authentication needs to happen to the associated workspace. By default, the Azure Machine Learning plugin for MLflow will perform interactive authentication by opening the default browser to prompt for credentials. Refer to [Configure MLflow for Azure Machine Learning: Configure authentication](how-to-use-mlflow-configure-tracking.md#configure-authentication) to additional ways to configure authentication for MLflow in Azure Machine Learning workspaces.
51-
52-
[!INCLUDE [configure-mlflow-auth](../../includes/machine-learning-mlflow-configure-auth.md)]
53-
54-
---
55-
56-
## Track MLflow Projects in Azure Machine Learning
39+
## Track MLflow Projects in Azure Machine Learning workspaces
5740

5841
This example shows how to submit MLflow projects and track them Azure Machine Learning.
5942

@@ -98,9 +81,9 @@ This example shows how to submit MLflow projects and track them Azure Machine Le
9881

9982
View your runs and metrics in the [Azure Machine Learning studio](https://ml.azure.com).
10083

101-
## Train MLflow projects in Azure Machine Learning workspaces
84+
## Train MLflow projects in Azure Machine Learning jobs
10285

103-
This example shows how to submit MLflow projects on a remote compute with Azure Machine Learning tracking.
86+
This example shows how to submit MLflow projects as a job running on Azure Machine Learning compute.
10487

10588
1. Create the backend configuration object, in this case we are going to indicate `COMPUTE`. This parameter references the name of your remote compute cluster you want to use for running your project. If `COMPUTE` is present, the project will be automatically submitted as an Azure Machine Learning job to the indicated compute.
10689

0 commit comments

Comments
 (0)