SupportedTransformersInternal Class

Defines transformer names for all transformers supported by AutoML, including those not exposed.

Inheritance
SupportedTransformersInternal

Constructor

SupportedTransformersInternal()

Attributes

AveragedPerceptronTextTargetEncoder

AveragedPerceptronTextTargetEncoder = 'AveragedPerceptronTextTargetEncoder'

BagOfWordsTransformer

BagOfWordsTransformer = 'BagOfWordsTransformer'

BinTransformer

BinTransformer = 'BinTransformer'

Drop

Drop = ''

DropColumnsTransformer

DropColumnsTransformer = 'DropColumnsTransformer'

FULL_SET

FULL_SET = {'', 'AveragedPerceptronTextTargetEncoder', 'BagOfWordsTransformer', 'BinTransformer', 'CatImputer', 'CatTargetEncoder', 'CountVectorizer', 'DateTimeTransformer', 'GrainMarker', 'HashOneHotEncoder', 'ImputationMarker', 'Imputer', 'LabelEncoder', 'Lag', 'LambdaTransformer', 'MaxAbsScaler', 'MaxHorizonFeaturizer', 'MiniBatchKMeans', 'NaiveBayes', 'OneHotEncoder', 'RollingWindow', 'STLFeaturizer', 'StringCast', 'StringConcat', 'TextStats', 'TextTargetEncoder', 'TfIdf', 'TimeIndexFeaturizer', 'WoETargetEncoder', 'WordEmbedding'}

GrainMarker

GrainMarker = 'GrainMarker'

Lag

Lag = 'Lag'

LambdaTransformer

LambdaTransformer = 'LambdaTransformer'

MaxHorizonFeaturizer

MaxHorizonFeaturizer = 'MaxHorizonFeaturizer'

MiniBatchKMeans

MiniBatchKMeans = 'MiniBatchKMeans'

RollingWindow

RollingWindow = 'RollingWindow'

STLFeaturizer

STLFeaturizer = 'STLFeaturizer'

StringConcat

StringConcat = 'StringConcat'

TextStats

TextStats = 'TextStats'

TimeIndexFeaturizer

TimeIndexFeaturizer = 'TimeIndexFeaturizer'