Create an eval table
Usewandb.EvalTable class to create an Eval Table.
For example, suppose you have the following pandas DataFrame:
wandb.EvalTable. Use the input_columns, output_columns, and score_columns arguments to identify the role of each column.
The following example uses:
image_idas the inputpredicted_labelas the outputcorrectandconfidenceas scores
Convert a W&B Table to an Eval Table
Use ARIA to convert an existing W&B Table to an Eval Table:- Navigate to the project that contains the W&B Table.
- Select the blue circle in the upper-right corner of the page to open ARIA.
- Enter
/convert-eval-tablein the ARIA conversation. - Select Send, represented by the upward-pointing arrow in the lower-right corner of the conversation.
Converting a W&B Table does not modify the original table.