NewLabels.add_condition_new_label_ratio_less_or_equal#
- NewLabels.add_condition_new_label_ratio_less_or_equal(max_allowed_new_labels_ratio: float = 0.005)[source]#
Add condition - Ratio of labels that appear only in the test set required to be less or equal to the threshold.
- Parameters
- max_allowed_new_labels_ratio: float , default: 0.005
the max threshold for percentage of labels that only apper in the test set.