The parallel coordinates chart visualizes the relationship between hyperparameters and metrics across many runs. Each run is a line; each axis is a config parameter or metric. Lines that converge toward good metric values reveal which hyperparameter combinations work best. Adding a parallel coordinates panelDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-kb-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- In your workspace, click Add panel.
- Select Parallel coordinates from the panel type list.
- The panel auto-populates axes using the config keys and summary metrics logged by your runs.
- Config keys (e.g.,
learning_rate,batch_size,optimizer) appear as categorical or continuous axes. - Summary metrics (e.g.,
val/accuracy,val/loss) appear as the outcome axes — usually placed on the right.
val/accuracy. Lines are colored on a gradient from worst (cool colors) to best (warm colors), making patterns immediately visible.
Filtering to a region of interest
Click and drag on any axis to create a selection brush. Only runs whose values fall within the brushed range on that axis are highlighted; others dim. Brushing multiple axes narrows the selection to runs that satisfy all brushed ranges simultaneously.
This is the primary way to answer questions like “which combinations of learning rate and batch size produce accuracy above 90%?”
Reading the chart
- Lines that cross between two adjacent axes indicate an inverse relationship between those parameters.
- Lines that run parallel between two axes indicate a positive correlation.
- A tight bundle of lines converging on a good metric value marks the optimal hyperparameter region.
Runs Experiments Workspace Sweeps