fiftyone-model-evaluation
Installation
SKILL.md
Evaluate Model Predictions in FiftyOne
Key Directives
ALWAYS follow these rules:
1. Check if dataset exists and has required fields
list_datasets()
set_context(dataset_name="my-dataset")
dataset_summary(name="my-dataset")
Verify the dataset has both prediction and ground truth fields of compatible types.