How to create and work with slices in a model run.
Generate slices to surface high-impact data.
Auto-generated slice | Description |
---|---|
True positives | Sort data rows by the highest number of true positives |
True negatives | Sort data rows by the highest number of true negatives |
False positive | Sort data rows by the highest number of false positives |
False negative | Sort data rows by the highest number of false negatives |
Low precision | Sort data rows by descending precision |
Low recall | Sort data rows by descending recall |
Low f1-score | Sort data rows by descending f1-score |
Low confidence | Sort data rows by descending confidence |
Candidate mislabels | Surface candidate labeling mistakes by keeping images with false positives and sorting on descending confidence |