Preview Flyte 2 for productionHosted on Union.ai
Comet ML

Comet ML

flytekitplugins-comet-ml

FlytekitExperiment Trackingcometexperiment-trackingvisualization

Comet’s machine learning platform integrates with your existing infrastructure and tools so you can manage, visualize, and optimize models—from training runs to production monitoring. This plugin integrates Flyte with Comet.ml by configuring links between the two platforms.

Install
pip install flytekitplugins-comet-ml

Quick Start(example, may need adjustment)

See full examples
pip install flytekitplugins-comet-ml

from flytekit import task, workflow
from flytekitplugins.comet_ml import comet_ml_login

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

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

Available Imports (1)

taskcomet_ml_login

Task for Comet ML.

from flytekitplugins.comet_ml import comet_ml_login

Dependencies

comet-ml

Related Plugins

Package Info

Min Flytekit1.12.3
Modules1

Downloads

Last day11
Last week35
Last month354