Skip to main content
When you create an Eval Table, specify which columns contain inputs, outputs, and scores. W&B groups the columns into corresponding sections in the Eval Table. The following example shows the basic structure of an EvalTable object:
Pass one or more column names to each of the following arguments:
  • input_columns: Data provided to the model, such as an image, prompt, or ground-truth label.
  • output_columns: Values produced by the model, such as a prediction or generated response.
  • score_columns: Metrics or other values used to evaluate the output.
W&B displays these columns in the Inputs, Outputs, and Scores sections of the Eval Table.
The examples on this page use code from Create an Eval Table. Expand View code to view or copy the complete example.
For example, consider the code example from Create an Eval Table:
In that example:
  • The Inputs section contains the image_id and true_label columns.
  • The Outputs section contains the predicted_label column.
  • The Scores section contains the correct and confidence columns.
The following image highlights these sections:
Eval Table view

Detail view

Select a row to open a detailed view of that example. The detail view shows the example’s inputs, outputs, and scores. The following image shows the detail view for the first row in the Eval Table:
Eval Table example details
Use the detail view to inspect examples when the table contains many columns or when you compare results across multiple runs. Select the up or down arrow above the Inputs section to move between examples in the current table view.

Filter data

Use filters to display only rows that match specific conditions. To add a filter:
  1. Select the Filter button above the table.
  2. From the dropdown, select the column to filter.
  3. Select an operator.
  4. Specify a value.
W&B automatically applies the filter to the table and displays only rows that match the condition.
Eval Table filter
You can apply multiple filters. To remove a filter, select the X next to it.

Show or hide columns

Use the Columns menu to control which columns appear in the Eval Table. The available columns depend on the data logged to the table. To show or hide a column:
  1. Select Columns above the table.
  2. Select a column to show it, or clear the column to hide it.
The following image shows a Columns menu in which all available columns are selected:
Eval Table columns