- Pinned runs: Pin a maximum of 5 runs to keep them visible in the workspace and at the top of the runs list.
- Baseline run: Specify a baseline run as your reference point for comparisons. The baseline run is always visible in the workspace and at the top of the runs list. In line plots, the baseline appears with visually distinct styling to help with comparison.
- Comparing new experiments against your production model.
- Tracking multiple candidate models during experimentation.
- Evaluating whether new runs improve on your best results.
Pinned and baseline runs are available for W&B Multi-tenant Cloud only.
Pin runs
Pin up to 5 runs to keep them easily accessible at the top of your workspace. Pinned runs remain visible regardless of sorting or filtering applied to other runs. Pinned runs appear at the top of the run selector with a circular pin icon, separated from other runs by a visual divider. To pin a run:- Navigate to your workspace.
- In the run selector or runs table, find the run you want to pin.
- Click the action
...menu, then select Pin run.

Manage the baseline run
You can designate one run as the baseline for the workspace to use it as a reference point for evaluating other runs in your workspace. In the runs selector and runs table, the baseline run appears at the top alongside pinned runs, and has a bookmark icon instead of a pin. In line plots, lines for the baseline run appear bolder than other lines. When hovering over the plot or legend, the baseline run’s line is dashed.
Set a baseline run
To set a baseline run:- Navigate to your workspace.
- In the run selector or runs table, find the run you want to use as your baseline.
- Click the action
...menu, then select Set as baseline.

Change the baseline run
Only one run can be the baseline at a time. To change which run is your baseline:- Navigate to your workspace.
- In the run selector or runs table, find the run you want to use as your new baseline.
- Click the action
...menu, then select Replace baseline.
Remove the baseline designation
To remove the baseline designation:- Navigate to your workspace.
- In the run selector or runs table, find the run you want to use as your new baseline.
- Click the action
...menu, then select Remove baseline.
Compare runs to the baseline
The baseline run is always visible in line plots for metrics the run has logged. In line plots, lines for the baseline run appear bolder than other lines.- Hover over a part of the plot to display a tooltip with values for all visible runs, including the baseline run and pinned runs.

- Hover over the baseline run’s legend label to display the line prominently. It appears as a heavy dashed line. Lines for other visible runs appear with reduced saturation.

- Hover over another run’s legend label to display that run’s line prominently and compare it with the baseline, which appears as a heavy dashed line. Lines for other visible runs appear with reduced saturation.

Use cases
This section describes some scenarios where pinned and baseline runs can help guide your experiments.- Track production models: Ensure that new models meet your quality bar before deployment.
- Set your production model as the baseline.
- Compare all experiments against your deployed model to identify candidates that outperform production.
- Compare hyperparameter experiments: Evaluate hyperparameter sweeps or manual experiments against your best-known configuration.
- Set your best known configuration as the baseline.
- Pin promising candidates as you discover them.
- Use the line plots to visually compare runs against the baseline.
- Continue to update the baseline as you find better configurations.
Example workflow
This section illustrates how pinned and baseline runs can help you to compare runs.-
Run this example code, which simulates a hyperparameter-tuning scenario with a series of runs. Replace placeholders surrounded with angle brackets (
<>) with your own values.After running this code, your workspace has three runs. -
Set
baseline-configas your baseline run. -
Pin
baseline-configto keep it visible. - Compare the experiment runs against the baseline using the line plots in the workspace.
-
Pin promising experiments for further investigation. In this example, after 50 epochs,
lr-experiment-0.003has the highest accuracy (~0.64) and the lowest loss (~0.86).
Limitations
Pinned and baseline runs are available for W&B Multi-tenant Cloud only.
- Grouping: When viewing runs in the run selector or runs table, if runs are grouped by a column, pinned and baseline runs are not visually distinct from other runs.
- Reports: In a run set in a W&B Report, pinned and baseline runs are not visually distinct from other runs.
- Workspace view only: The baseline does not appear when viewing a single run’s workspace.
- Line plots only: Baseline comparison is available only for line plots, and is not yet available for other panels such as bar plots or media panels.