Why are my MLflow results not showing up in the Experiment UI view?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 04:55 PM
The issue:
None of my MLflow experiment results show up in the Experiment UI.
Context:
I encountered this issue recently, despite having successfully used the MLFlow UI for the past few weeks.
Note: I can still access the experiment runs in a notebook, even though I can't see them in the UI view.
- Labels:
-
Experiments
-
MlFlow
-
Ui
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2022 05:59 AM
Thanks but this doesn’t address the issue— the runs are being logged to the experiment correctly.
As I confirmed in the question, I can access the runs via the API… the results just no longer appear in the browser UI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2023 07:29 PM
I have the exact same problem, did you manage to solved it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 06:30 AM
Hi @Robbie,
Thank you for posting your question in the Databricks community.
Ensure that you are logging runs correctly using mlflow.start_run()
, and that all relevant metrics and artifacts are being logged with the correct parameters.
Please check.

