Thursday
Hello,
I've recently been testing out Databricks experiments for a project of mine. I wanted to nest runs, and then see these runs grouped by their parent in the experiments UI. For the longest time, I couldn't figure out how to do this. I was seeing something like this when running the experiments locally:
Eventually I found out that by running the experiments on Databricks instead of locally, I get different experiment hyperlinks when the runs finish (In a message like "Logged 6 runs to an experiment in MLflow."). On databricks, one of the hyperlinks brings me to a page that shows the runs nested under their parent:
But from here, if I click into one of the tabs at the top like "Traces" or "Evaluations", I have no way back to this grouped view in the UI. The only way I have found to do this is to manually modify the URL and append "/runs" after the experiment id. For example: "https://adb_domain_name/ml/experiments/experiment_id/runs"
Is there a button I'm missing? Thanks in advance!
Friday
Greetings @africke
Thanks for the detailed write-up — this is a common point of confusion when moving between local MLflow and the Databricks-managed UI.
You can always return to the experiment’s dedicated Runs page (the table that lists runs and shows nested runs) through any of these supported paths:
Sidebar path: In the workspace, go to Machine Learning > Experiments, find and click your experiment name — this opens the experiment details page that lists all runs for that experiment.
From a notebook: Click the Experiment icon in the right sidebar and follow the experiment link — it lands you on the experiment details page (runs list).
Direct deep link: The experiment’s Runs page has its own deep link (as you discovered). Bookmarking that link is a practical shortcut when you’re hopping between the top tabs like Traces or Evaluations and the runs table view.
The experiment details page is designed to list runs and let you analyze them; this is the canonical place to view nested runs (parent/child relationships) and compare results.
For very large experiments, grouping/aggregation in the Runs page operates on the currently loaded page of runs, so grouping can appear incomplete at scale. In those cases, use system tables for complete, cross-experiment analysis and dashboards.
If you’re not seeing a convenient in-page control from Traces/Evaluations back to the Runs table in your workspace, using the sidebar path or a bookmarked deep link is the most reliable way today. The docs consistently refer to the “experiment details page” as the page that lists runs and is reachable via the Experiments listing and notebook sidebar links.
Hope this helps, Louis.
Friday
Greetings @africke
Thanks for the detailed write-up — this is a common point of confusion when moving between local MLflow and the Databricks-managed UI.
You can always return to the experiment’s dedicated Runs page (the table that lists runs and shows nested runs) through any of these supported paths:
Sidebar path: In the workspace, go to Machine Learning > Experiments, find and click your experiment name — this opens the experiment details page that lists all runs for that experiment.
From a notebook: Click the Experiment icon in the right sidebar and follow the experiment link — it lands you on the experiment details page (runs list).
Direct deep link: The experiment’s Runs page has its own deep link (as you discovered). Bookmarking that link is a practical shortcut when you’re hopping between the top tabs like Traces or Evaluations and the runs table view.
The experiment details page is designed to list runs and let you analyze them; this is the canonical place to view nested runs (parent/child relationships) and compare results.
For very large experiments, grouping/aggregation in the Runs page operates on the currently loaded page of runs, so grouping can appear incomplete at scale. In those cases, use system tables for complete, cross-experiment analysis and dashboards.
If you’re not seeing a convenient in-page control from Traces/Evaluations back to the Runs table in your workspace, using the sidebar path or a bookmarked deep link is the most reliable way today. The docs consistently refer to the “experiment details page” as the page that lists runs and is reachable via the Experiments listing and notebook sidebar links.
Hope this helps, Louis.
13 hours ago
Thanks for your answer, Louis! This clears things up.
12 hours ago
@africke , If you’re happy with the results, please go ahead and accept this as the solution so others know it worked.
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!
Sign Up Now