Spatio-Temporal Drift Detection
Detect drift across space and time dimensions. Maintain segmentation model reliability with ongoing checks.
Execute Test:
test_session = TestSession(
project_name="Cropin",
run_name=run_name,
access_key=ACCESS_KEY,
secret_key=SECRET_KEY,
host=HOST
)
edge_case_detection = spatio_temporal_drift_test(test_session=test_session,
test_name="Drift-detection-test",
train_dataset_name="train_dataset_spatio_v2",
field_dataset_name="test_dataset_spatio-v3",
train_embed_col_name="ImageEmbedding",
field_embed_col_name="ImageEmbedding",
model="imageModel",
level="image",
primary_metadata="place",
primary_metadata_type="categorical",
type="spatio-temporal",
rules=rules)
test_session.add(edge_case_detection)
test_session.run()
Analyzing Test Results:

Interpreting Test Results:
Last updated
Was this helpful?

