I want to run the mlflow ui from a different folder. By default it creates a folder called 'mlruns' in the folder of my user. If create runs in a Jupiter-Notebook using a specific working directory a new Folder 'mlruns' is created in that directory. My goal is to run the mlflow ui acccessing the 'mlruns' Folder in this self specified Directory. So far I have tried:
running mlflow ui in the anaconda prompt PowerShell from the Directory i use
defining the Directory in running the mlflow Server by:
mlflow ui --backend-store-uri file:///'directory here'
I use Windows, Anaconda, Python, Jupiter-Notebook and the latest mlflow Version (1.10)