ImageDatasetDrift.add_condition_drift_score_less_than#
- ImageDatasetDrift.add_condition_drift_score_less_than(threshold: float = 0.1)[source]#
Add condition - require drift score to be less than the threshold.
The drift score used here is the domain_classifier_drift_Score attribute of the check result.
- Parameters
- threshold: float , default: 0.1
The max threshold for the drift score.