How to use the MLflow Service
Step by step instructions for using the InfinStor MLflow Service
Set up the MLFLOW_TRACKING_URI environment variable
Set the environment variables MLFLOW_TRACKING_URI to infinstor://mlflow.infinstor.com/
export MLFLOW_TRACKING_URI=infinstor://mlflow.infinstor.comNote that this environment variable must be available in all locations where you plan to use mlflow, e.g. Jupyterlab
Create a new experiment
Run the command 'mlflow experiments create -n aabbcc', or alternatively, press the plus button in the MLflow web UI to create a new experiment. Note the experiment id printed out by this command
mlflow experiments create -n aabbcc
Configure the MLFLOW_EXPERIMENT_ID environment variable
The environment variable MLFLOW_EXPERIMENT_ID must be set to the experiment id created in step 2
export MLFLOW_EXPERIMENT_ID=31
Access the MLflow web UI.
The MLflow web user interface is available here.