HPOflow

Tools for Optuna, MLflow and the integration of both.

The main components are:

Installation

HPOflow is available at the Python Package Index (PyPI).
It can be installed with pip:

$ pip install hpoflow

Some additional dependencies might be necessary.

To use hpoflow.optuna_mlflow.OptunaMLflow:

$ pip install mlflow GitPython

To use hpoflow.optuna_transformers.OptunaMLflowCallback:

$ pip install mlflow GitPython transformers

GitHub

https://github.com/telekom/HPOflow