Preview Flyte 2 for productionHosted on Union.ai
Neptune

Neptune

flytekitplugins-neptune

FlytekitExperiment Trackingneptuneexperiment-trackingmetadata

Neptune is the MLOps stack component for experiment tracking. It offers a single place to log, compare, store, and collaborate on experiments and models. This plugin integrates Flyte with Neptune by configuring links between the two platforms.

Install
pip install flytekitplugins-neptune

Quick Start(example, may need adjustment)

See full examples
pip install flytekitplugins-neptune

from flytekit import task, workflow
from flytekitplugins.neptune import neptune_scale_run, neptune_init_run

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

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

Available Imports (2)

taskneptune_scale_run

Task for Neptune.

from flytekitplugins.neptune import neptune_scale_run

taskneptune_init_run

Task for Neptune.

from flytekitplugins.neptune import neptune_init_run

Dependencies

neptune-scale

Related Plugins

Package Info

Min Flytekit1.16.0
Modules2

Downloads

Last day11
Last week46
Last month394