ImagePropertyDrift.add_condition_drift_score_not_greater_than#

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

Add condition - require drift score to not be more 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