You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-train-mlflow-projects.md
+4-21Lines changed: 4 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,27 +33,10 @@ In this article, learn how to submit training jobs with [MLflow Projects](https:
33
33
34
34
### Connect to your workspace
35
35
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).
37
37
38
-
# [Azure Machine Learning compute](#tab/aml)
39
38
40
-
Tracking is already configured for you. Your default credentials will also be used when working with MLflow.
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.
## Track MLflow Projects in Azure Machine Learning
39
+
## Track MLflow Projects in Azure Machine Learning workspaces
57
40
58
41
This example shows how to submit MLflow projects and track them Azure Machine Learning.
59
42
@@ -98,9 +81,9 @@ This example shows how to submit MLflow projects and track them Azure Machine Le
98
81
99
82
View your runs and metrics in the [Azure Machine Learning studio](https://ml.azure.com).
100
83
101
-
## Train MLflow projects in Azure Machine Learning workspaces
84
+
## Train MLflow projects in Azure Machine Learning jobs
102
85
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.
104
87
105
88
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.
0 commit comments