Outlier Detection
The Outlier Detection Test in RagaAI is crucial for identifying anomalies in low-resolution and high-resolution datasets, separately.
Execute Test:
rules = OcrAnomalyRules()
rules.add(type="anomaly_detection", dist_metric="DistanceMetric", threshold=0.2)
ocr_test = ocr_anomaly_test_analysis(test_session=test_session,
dataset_name = "ocr_dataset",
test_name = "ocr_anomaly_detection",
model = "ocr_model",
type = "ocr",
output_type="anomaly_detection",
rules = rules)
test_session.add()
test_session.run()
Analysing Test Results
Test Overview
Distance Score Analysis

Assessing and Visualising Data

Interpreting Results
Last updated
Was this helpful?


