How to use MLflow Free Service
This will provide read, write and list access to the above bucket.
Create an experiment.
Using the CLI, the command 'mlflow experiments create -n aabbcc' may be used to create an experiment called aabbcc. Naturally, you will need to substitute your own name for the experiment.
mlflow experiments create -n aabbccThe system responds with the experiment ID. For example:
Created experiment 'aabbcc' with id 5
Set up the MLFLOW_EXPERIMENT_ID environment variable.
Set the environment variable MLFLOW_EXPERIMENT_ID with the value. For example the following works in the bash shell. You may want to add this to ~/.bashrc
export MLFLOW_EXPERIMENT_ID=5
Set up the MLFLOW_TRACKING_URI environment variable.
Set the environment variables MLFLOW_TRACKING_URI to infinstor://mlflow.free.infinstor.com/
export MLFLOW_TRACKING_URI=infinstor://mlflow.free.infinstor.com/
Access the MLflow web UI.
The MLflow web user interface is available here.