Skip to content

Using InfinStor MLflow SaaS Service

Web UI

InfinStor MLflow Web UI is available at - Click here(new tab)

You will be prompted to login

CLI

Install pip package

Install the infinstor_mlflow_plugin as follows:

pip install infinstor_mlflow_plugin

MLFLOW_TRACKING_URI

Setup the environment variable MLFLOW_TRACKING_URI to infinstor://mlflow.infinstor.com/ The following is a bash shell example

export MLFLOW_TRACKING_URI=infinstor://mlflow.infinstor.com/

Logging in

You can login on the command line by runnning the following command:

python -m infinstor_mlflow_plugin.login

MLFLOW_EXPERIMENT_ID

It is useful to configure the mlflow experiment id as an environment variable. For example, to configure the system for experiment id 11 in the bash shell, the following may be used

export MLFLOW_EXPERIMENT_ID=11