Encoders for encoding categorical variables and scaling continuous data.
Functions
_clamp_zero(x)
_clamp_zero
_identity(x)
_identity
_plus_one(x)
_plus_one
Classes
EncoderNormalizer(method, center, …)
EncoderNormalizer
Special Normalizer that is fit on each encoding sequence.
GroupNormalizer(method, groups, center, …)
GroupNormalizer
Normalizer that scales by groups.
MultiNormalizer(normalizers)
MultiNormalizer
Normalizer for multiple targets.
NaNLabelEncoder(add_nan, warn)
NaNLabelEncoder
Labelencoder that can optionally always encode nan and unknown classes (in transform) as class 0
0
TorchNormalizer(method, center, …)
TorchNormalizer
Basic target transformer that can be fit also on torch tensors.