The new 'sample' structure includes 'ground_truth' field which can also be used in future developments. The accuracy samples are now shown in testcases() and generated_results() to allow user to see in which samples the model performs well or bad.
Testcases:
Generated Results:
Type of change
[ ] New feature
Checklist:
[x] I've added Google style docstrings to my code.
[x] I've used pydantic for typing when/where necessary.
Description
The new 'sample' structure includes 'ground_truth' field which can also be used in future developments. The accuracy samples are now shown in testcases() and generated_results() to allow user to see in which samples the model performs well or bad.
Testcases:
Generated Results:
Type of change
Checklist:
pydantic
for typing when/where necessary.