Outlier Detection
The Outlier Detection Test in RagaAI is crucial for identifying anomalies in low-resolution and high-resolution datasets, separately.
Execute Test:
rules = DriftDetectionRules()
rules.add(type="anomaly_detection", dist_metric="Mahalanobis", _class="ALL", threshold=0.6)
edge_case_detection = data_drift_detection(test_session=test_session,
test_name="Outlier-detection-test",
dataset_name="super_resolution_data_v3",
embed_col_name="imageEmbedding",
output_type = "super_resolution",
rules = rules)
test_session.add()
test_session.run()Analysing Test Results
Test Overview
Distance Score Analysis

Interactive Embedding View
Assessing and Visualising Data
Interpreting Results
Last updated
Was this helpful?

