Source code for autoflow.pipeline.components.preprocessing.balance.over_sample.smotenc

from autoflow.pipeline.components.data_process_base import AutoFlowDataProcessAlgorithm

__all__ = ["SMOTENC"]


[docs]class SMOTENC(AutoFlowDataProcessAlgorithm): class__ = "SMOTENC" module__ = "imblearn.over_sampling"