Source code for autoflow.pipeline.components.preprocessing.select.rfe_clf

from autoflow.pipeline.components.preprocessing.select.base import REF_Base

__all__ = ["RFE_Clf"]


[docs]class RFE_Clf(REF_Base): classification_only = True