Skip to main content
Visualize the results of your W&B Sweeps with the W&B App. The Sweep UI provides charts and controls that help you compare runs, understand which hyperparameters matter most, and manage sweep execution. Use this page to find the sweep view in the App, interpret the default charts, and customize them.

Open the sweep UI

To open the Sweep UI, navigate to the W&B App. Choose the project that you specified when you initialized a sweep. W&B redirects you to your project workspace. Select the broom (Sweep) icon in the project sidebar. From the Sweep UI, select the name of your sweep from the list. The Sweep UI lists every sweep in the project and serves as the entry point for inspecting an individual sweep’s runs and charts. The sweep list shows each sweep’s state (State), creation time (Created), who started it (Creator), how many runs finished (Run count), and total Compute time. For a grid search over a discrete search space, W&B also shows Est. Runs (the expected number of runs). Open a sweep from the list to pause, resume, stop, or cancel it from the app. For the same controls with the CLI, see Manage sweeps.
Sweep UI in project sidebar

Default visualizations

By default, W&B creates a parallel coordinates plot, a parameter importance plot, and a scatter plot when you start a sweep job. The following sections describe each of these default visualizations and how to customize them.

Parallel coordinates plot

Parallel coordinates charts summarize the relationship between large numbers of hyperparameters and model metrics at a glance. For more information about parallel coordinates plots, see Parallel coordinates.
Example parallel coordinates plot

Scatter plot and parameter importance

The scatter plot (left) compares the runs generated during the sweep. For more information about scatter plots, see Scatter Plots. The parameter importance plot (right) lists the hyperparameters that are the best predictors of, and highly correlated with, desirable values of your metrics. For more information about parameter importance plots, see Parameter Importance.
Scatter plot and parameter importance

Customize panels

If the default axes don’t show the comparison you need, you can alter the dependent and independent values (x-axis and y-axis) that W&B uses automatically. Each panel has a pencil icon called Edit panel. Choose Edit panel to open a modal where you can alter the behavior of the graph. For more information about all default W&B visualization options, see Panels. See the Data Visualization docs for information about how to create plots from runs that are not part of a sweep.