ColumnTransformer

E97069

ColumnTransformer is a scikit-learn utility that applies different preprocessing or transformation pipelines to specified columns of a dataset within a single unified estimator.

AI illustration

How this image was made

AI-generated illustration of ColumnTransformer

This AI-generated illustration was produced by black-forest-labs/FLUX.2-dev (1024x1024) from a prompt written by openai/gpt-oss-120b from the entity's label + description.

Prompt

Generate an image of a columnTransformer (ColumnTransformer is a scikit-learn utility that applies different preprocessing or transformation pipelines to specified columns of a dataset within a single unified estimator.)

All labels observed (2)

Label Occurrences
ColumnTransformer canonical 2
sklearn.compose.ColumnTransformer 1

How this entity was disambiguated

Statements (52)

Predicate Object
instanceOf estimator ⓘ
scikit-learn class ⓘ
transformer ⓘ
canContain Pipeline estimators ⓘ
single transformers ⓘ
combinesOutputsBy column-wise concatenation ⓘ
commonlyUsedWith OneHotEncoder ⓘ
Pipeline ⓘ
StandardScaler ⓘ
compatibleWith NumPy array ⓘ
pandas DataFrame ⓘ
scipy sparse matrix ⓘ
documentationURL https://scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html ⓘ
hasFullName sklearn.compose.ColumnTransformer ⓘ
linked to: ColumnTransformer
hasParameter force_int_remainder_cols ⓘ
n_jobs ⓘ
remainder ⓘ
sparse_threshold ⓘ
transformer_weights ⓘ
transformers ⓘ
verbose ⓘ
verbose_feature_names_out ⓘ
introducedInVersion scikit-learn 0.20 ⓘ
linked to: scikit-learn
outputType NumPy array ⓘ
scipy sparse matrix ⓘ
parameterAllowedValue remainder='drop' ⓘ
remainder='passthrough' ⓘ
parameterDefault remainder='drop' ⓘ
parameterType force_int_remainder_cols:bool ⓘ
n_jobs:int or None ⓘ
remainder:str or estimator ⓘ
sparse_threshold:float ⓘ
transformer_weights:dict or None ⓘ
transformers:list of tuples ⓘ
verbose:bool ⓘ
verbose_feature_names_out:bool or str ⓘ
partOf scikit-learn ⓘ
sklearn.compose module ⓘ
supports integration into scikit-learn Pipeline ⓘ
supportsColumnSelectionBy boolean masks ⓘ
column indices ⓘ
column names ⓘ
supportsMethod fit ⓘ
fit_predict ⓘ
fit_transform ⓘ
get_feature_names_out ⓘ
get_params ⓘ
set_params ⓘ
transform ⓘ
usedFor applying different transformers to different columns ⓘ
column-wise preprocessing ⓘ
heterogeneous feature preprocessing ⓘ

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

scikit-learn → hasConcept → ColumnTransformer ⓘ
ColumnTransformer → hasFullName → sklearn.compose.ColumnTransformer ⓘ
linked to: ColumnTransformer
Pipeline (scikit-learn) → relatedTo → ColumnTransformer ⓘ
subject linked to: Pipeline