encoders

Encoders for encoding categorical variables and scaling continuous data.

Classes

EncoderNormalizer(method, center, log_scale, …)

Special Normalizer that is fit on each encoding sequence.

GroupNormalizer(method, groups, center, …)

Normalizer that scales by groups.

NaNLabelEncoder(add_nan, warn)

Labelencoder that can optionally always encode nan and unknown classes (in transform) as class 0

TorchNormalizer(method, center, log_scale, …)

Basic target transformer that can be fit also on torch tensors.