Source code for autoflow.pipeline.components.preprocessing.balance.under_sample.repeated_edited_nearest_neighbours

from autoflow.pipeline.components.data_process_base import AutoFlowDataProcessAlgorithm

__all__ = ["RepeatedEditedNearestNeighbours"]


[docs]class RepeatedEditedNearestNeighbours(AutoFlowDataProcessAlgorithm): class__ = "RepeatedEditedNearestNeighbours" module__ = "imblearn.under_sampling"