CLI

init

Updates the template of a kedro project. Running this command is mandatory to use kedro-mlflow. This adds “conf/base/mlflow.yml”: This is a configuration file used for run parametrization when calling “kedro run” command. See INSERT_DOC_URL for further details.

init [OPTIONS]

Options

-e, --env <env>

The name of the kedro environment where the ‘mlflow.yml’ should be created. Default to ‘local’

-f, --force

Update the template without any checks.

-s, --silent

Should message be logged when files are modified?

ui

Opens the mlflow user interface with the project-specific settings of mlflow.yml. This interface enables to browse and compares runs.

ui [OPTIONS]

Options

-e, --env <env>

The environment within conf folder we want to retrieve.

-p, --port <port>

The port to listen on

-h, --host <host>

The network address to listen on (default: 127.0.0.1). Use 0.0.0.0 to bind to all addresses if you want to access the tracking server from other machines.