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: content/en/docs/components/pipelines/user-guides/core-functions/mlflow-plugin.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
+++
2
-
title = "Configure your KFP MLflow plugin"
2
+
title = "MLflow Plugin for KFP"
3
3
description = "Deploy MLflow on your cluster and configure the KFP MLflow plugin to use it."
4
-
#TODO: update the weight here
5
-
weight = 198
4
+
weight = 204
6
5
+++
7
6
8
7
## Experiment Tracking in MLflow
9
-
MLflow (link) is an open-source platform developed to manage the end-to-end Machine Learning lifecycle.
8
+
[MLflow](https://github.com/kubeflow/mlflow-integration) is an open-source platform developed to manage the end-to-end Machine Learning lifecycle.
10
9
The MLflow console is a powerful tool for organizing, querying and visualizing MLflow experiments and their corresponding runs.
11
10
MLflow runs also store run parameters and artifacts. These values can be viewed in the MLflow console.
12
11
@@ -16,10 +15,11 @@ Once the plugin is enabled, users can specify an MLflow experiment, and new KFP
16
15
Once the plugin is configured and enabled, each new KFP run registers and logs a corresponding MLflow run, within either a preconfigured experiment or a new or default experiment.
17
16
In keeping with the MLflow console, pipeline input parameters and scalar artifacts are also automatically logged on MLflow runs.
18
17
As described directly above, these parameters and metrics are available through the MLflow console.
19
-
## Plugin Configuration
20
-
Pre-requisites:
21
-
#TODO: add link to MLflow operator install instructions
22
-
- K8s cluster with the MLflow operator installed. You can find documentation for installing the MLflow operator here.
18
+
19
+
20
+
## Configuring your KFP MLflow Plugin
21
+
Pre-requisite: K8s cluster
22
+
1. Following the official [MLflow Kubeflow Integration documentation](https://github.com/kubeflow/mlflow-integration) to configure your MLflow deployment.
23
23
1. Install the MLflow operator (link) on your cluster.
24
24
2. Configure your API config.json file with the following
25
25
```json
@@ -37,5 +37,4 @@ Pre-requisites:
37
37
}
38
38
}
39
39
```
40
-
#TODO: add link below
41
40
3. Refer to the following documentation for deploying KFP here (add link)
0 commit comments