PropertyLabelCorrelationChange.add_condition_property_pps_in_train_less_than#

PropertyLabelCorrelationChange.add_condition_property_pps_in_train_less_than(threshold: float = 0.2) PLC[source]#

Add new condition.

Add condition that will check that train dataset property pps is less than X. If per_class is True, the condition will apply per class, and a single class with pps greater than X will be enough to fail the condition.

Parameters
thresholdfloat , default: 0.2

pps upper bound

Returns
SFC