Skip to content

Commit 47681fa

Browse files
committed
Update
Signed-off-by: Alyssa Goins <agoins@redhat.com>
1 parent 94ef3a6 commit 47681fa

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

content/en/docs/components/pipelines/user-guides/core-functions/mlflow-plugin.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
+++
2-
title = "Configure your KFP MLflow plugin"
2+
title = "MLflow Plugin for KFP"
33
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
65
+++
76

87
## 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.
109
The MLflow console is a powerful tool for organizing, querying and visualizing MLflow experiments and their corresponding runs.
1110
MLflow runs also store run parameters and artifacts. These values can be viewed in the MLflow console.
1211

@@ -16,10 +15,11 @@ Once the plugin is enabled, users can specify an MLflow experiment, and new KFP
1615
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.
1716
In keeping with the MLflow console, pipeline input parameters and scalar artifacts are also automatically logged on MLflow runs.
1817
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.
2323
1. Install the MLflow operator (link) on your cluster.
2424
2. Configure your API config.json file with the following
2525
```json
@@ -37,5 +37,4 @@ Pre-requisites:
3737
}
3838
}
3939
```
40-
#TODO: add link below
4140
3. Refer to the following documentation for deploying KFP here (add link)

0 commit comments

Comments
 (0)