NewLabels.add_condition_new_label_ratio_not_greater_than#
- NewLabels.add_condition_new_label_ratio_not_greater_than(max_allowed_new_labels_ratio: float = 0.005)[source]#
Add condition - Ratio of labels that appear only in the test set required to be below specified 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.