Source code for autoflow.pipeline.components.preprocessing.select.rfe_clf
from autoflow.pipeline.components.preprocessing.select.base import REF_Base
__all__ = ["RFE_Clf"]
from autoflow.pipeline.components.preprocessing.select.base import REF_Base
__all__ = ["RFE_Clf"]