Panels
Use panel visualizations to explore your logged data, the relationships between hyperparameters and output metrics, and more.
Add a single panel
- Within your workspace, navigate to the section you want to add a panel to
- Choose the Add panel button
- From the dropdown, select a type of panel to add
- (Optional) If prompted, define parameters for the plot.
- Add a plot from a logged value
- Add a custom plot
- Within your project workspace, choose the Add panels button
- Select Quick add
- Provide a regular expression within the search field or select a key from the KEYS dropdown.
- Within your project workspace, choose the Add panels button
- Select the type of chart you want to add from the CHARTS dropdown
- Based on the chart type, provide the necessary parameters
- Select Apply
Select the undo button (arrow that points left) to undo any unwanted changes.
Add multiple panels
Add multiple panels to your workspace at the same time. You can add up to 500 panels at a time.
- Within your project workspace, choose the Add panels button
- Choose Quick add
- Provide a regular expression within the search field
- Select the Add all button
The Add all button appears only if a regular expression match occurs.
Activate or deactivate auto generated panels
By default, W&B generates a panel for each unique metric you log
with the Python SDK.
W&B uses the key value you specify with log
to determine whether or not to create a new panel.
To activate or deactivate auto generated panels:
- Navigate to your project's workspace
- Select on the gear icon in the upper right hand corner
- A modal appears, choose Sections
- Toggle the Panel generation option to desired state
Check auto generated panel settings
Each workspace indicates whether or not the workspace automatically generates panels. Next to the name of your workspace is a clipboard icon. If the icon is red, panels are not automatically generated. If the panel is green, panels are automatically created each time you log a unique metric.
Example of workspace with panel auto generation off:
Example of workspace with panel auto generation on:
Remove a panel
- Hover your mouse in the upper corner of the panel you want to remove
- Select the three horizontal dots (...) that appear
- From the dropdown, select Delete
Remove all panels
- Within your project workspace, select the three horizontal dots (...) next to the panel search bar
- Select Clear all panels
Clearing panels in your workspace deactivates automatic panel generation.