Categories

Versions

Creates a New Run (MLFlow)

Synopsis

This operator creates a new run on a mlflow server

Description

This operator creates a new run into an existing experiment. The experiment needs to be defined using the experiment_id parameter.

A A run is simply put a single execution of your training process and can contain performances, metrics and other parameters

This operator acts similary to mlflow.client.create_run() in python.

Input

  • con (Connection)

    Connection to a MLFlow Server

  • through (Data Table)

    Through port to send data through

Output

  • exa (Data Table)

    Table with the information on the generated run

  • run

    A RunIOObject, which holds all the information on the given run and can be used to log things into the run.

  • through (Data Table)

    Through port to send data through

Parameters

  • experiment_name Name of the experiment to create the run in Range: configurable

Tutorial Processes