You must determine 3 aspects depending on the usecase:
- Backend store
If you didn’t specify
- - backend-store-uriwhen starting mlflow, it defaults to the local file system. - Artifact store
defaults to the local file system if
- - default-artifact-rootflag - Tracking server
mlflow ui
It just a UI presentation of the backend artifacts and backend store but not a server
I noticed that in case of local backend store and local artifact store the experiments ids become much longer because it’s expected to have much more descriptive data about the experiment.