sklearn.compose#
Meta-estimators for building composite models with transformers.
In addition to its current contents, this module will eventually be home torefurbished versions ofPipeline
andFeatureUnion
.
User guide. See thePipelines and composite estimators section for further details.
Applies transformers to columns of an array or pandas DataFrame. | |
Meta-estimator to regress on a transformed target. | |
Create a callable to select columns to be used with | |
Construct a ColumnTransformer from the given transformers. |