ImagePropertyDrift.add_condition_drift_score_less_than#

ImagePropertyDrift.add_condition_drift_score_less_than(max_allowed_drift_score: float = 0.1) TImagePropertyDrift[source]#

Add condition - require drift score to be less than a certain threshold.

Parameters
max_allowed_drift_score: float , default: 0.1

the max threshold for the Earth Mover’s Distance score

Returns
ConditionResult

False if any column has passed the max threshold, True otherwise