Labelling Quality Test
Execute Test:
rules = LQRules()
rules.add(metric="mistake_score", label=["ALL"], metric_threshold=0.72)
edge_case_detection = labelling_quality_test(
test_session=test_session,
dataset_name="image_classification_lq_train",
test_name="Labeling Quality Test",
type="labelling_consistency",
output_type="image_classification",
mistake_score_col_name="MistakeScore",
embedding_col_name="ImageVectorsM1",
rules=rules,
)
test_session.add(edge_case_detection)
test_session.run()Analysing Test Results

Visualisation and Assessment


Last updated
Was this helpful?

