.. -*- mode: rst -*- .. currentmodule:: feature_engine.wrappers Scikit-learn Wrapper ==================== Feature-engine's Scikit-learn wrappers wrap Scikit-learn transformers allowing their implementation only on a selected subset of features. .. toctree:: :maxdepth: 1 Wrapper Other wrappers ~~~~~~~~~~~~~~ The :class:`SklearnTransformerWrapper()` offers a similar function to the `ColumnTransformer `_ class available in Scikit-learn. They differ in the implementation to select the variables.