Generic Class

Supported transformer factory method for generic type data.

For more information, see the SupportedTransformers class.

Inheritance
builtins.object
Generic

Constructor

Generic()

Attributes

ImputationMarker

Add boolean imputation marker for imputed values.

ImputationMarker = 'imputation_marker'

LambdaTransformer

Transform data with a lambda function.

LambdaTransformer = 'lambda_featurizer'

Imputer

Complete missing values.

Imputer = 'imputer'

MiniBatchKMeans

Transform data using Mini Batch K-Means.

MiniBatchKMeans = 'minibatchkmeans_featurizer'

MaxAbsScaler

Scale data by its maximum absolute value.

MaxAbsScaler = 'maxabsscaler'