I'm running mlflow ui from the mlflow directory. But after training, I cannot see any runs there.
When I open a browser and tried reaching to "http://127.0.0.1:5000/" or "http://localhost:5000", I only see an empty dashboard without any runs.
Can you please add some instructions on how to set up a mlflow instance for this implementation? maybe I'm missing something in the code.
Thanks!