ImagePropertyDrift.add_condition_drift_score_less_than#
- ImagePropertyDrift.add_condition_drift_score_less_than(max_allowed_drift_score: float = 0.2) TImagePropertyDrift [source]#
Add condition - require drift score to be less than a certain threshold.
- Parameters
- max_allowed_drift_score: float , default: 0.2
the max threshold for the drift score
- Returns
- ConditionResult
False if any column has passed the max threshold, True otherwise