Why are my MLflow results not showing up in the Experiment UI view?

Robbie
New Contributor III

The issue:

None of my MLflow experiment results show up in the Experiment UI.

MLflow Experiment UI view (no results showing up) 

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.

Accessing via `mlflow.get_runs(...)` 

Robbie
New Contributor III
@KanizFatma,
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.

GGajardo
New Contributor II

I have the exact same problem, did you manage to solved it?

Kumaran
Databricks Employee
Databricks Employee

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.