NewLabelTrainTest.add_condition_new_label_ratio_not_greater_than#
- NewLabelTrainTest.add_condition_new_label_ratio_not_greater_than(max_ratio: float = 0)[source]#
Add condition - require label column not to have greater than given number of ratio new label samples.
- Parameters
- max_ratiofloat , default: 0
Ratio of new label samples to total samples which is the maximum allowed.