/mlflow-tools

Tools for MLflow

Primary LanguagePython

mlflow-tools

Some useufl tools for MLflow.

Overview

  • Tools - Basic tools
    • List all experiments.
    • Dump experiment and run details recursively.
    • Find the best run for an experiment
  • Export and import experiments
    • Exports experiment to a directory or zip file.
    • Imports experiment from a directory or zip file.
    • Copies experiment from one MLflow tracking server to another.

Build Wheel

python setup.py bdist_wheel

Creates dist/mlflow_tools-0.0.1-py3-none-any.whl.