Source code for autoflow.pipeline.components.preprocessing.balance.under_sample.neighbourhood_cleaning_rule
from autoflow.pipeline.components.data_process_base import AutoFlowDataProcessAlgorithm
__all__ = ["NeighbourhoodCleaningRule"]
[docs]class NeighbourhoodCleaningRule(AutoFlowDataProcessAlgorithm):
class__ = "NeighbourhoodCleaningRule"
module__ = "imblearn.under_sampling"