Preview Flyte 2 for productionHosted on Union.ai

A Flyte SDK (v2) version of this plugin is available as flyteplugins-mlflow.

MLflow

MLflow

flytekitplugins-mlflow

FlytekitExperiment Trackingmlflowexperiment-trackingmodel-registry

MLflow enables us to log parameters, code, and results in machine learning experiments and compare them using an interactive UI.

Install
pip install flytekitplugins-mlflow

Quick Start(example, may need adjustment)

See full examples
pip install flytekitplugins-mlflow

from flytekit import task, workflow
from flytekitplugins.mlflow import mlflow_autolog

@task
def my_task() -> None:
    mlflow_autolog(...)

@workflow
def my_workflow() -> None:
    my_task()

Available Imports (1)

taskmlflow_autolog

Task for MLflow.

from flytekitplugins.mlflow import mlflow_autolog

Dependencies

plotlymlflowpandas

Related Plugins

Package Info

Min Flytekit1.1.0
Modules1

Downloads

Last day193
Last week562
Last month2,083