Class ExampleComparison (1.0.0)

ExampleComparison(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Example comparisons comparing ground truth output and predictions for a specific input.

Attributes

NameDescription
ground_truth_example .gcd_dataset.Example
The ground truth output for the input.
model_created_examples Sequence[.gcd_dataset.Example]
Predictions by the model for the input.