kumoai.encoder.MinLogNumerical#
- class kumoai.encoder.MinLogNumerical[source]#
Bases:
EncoderA
MinLogNumericalencoder encodes its corresponding numerical column, after applying the transformation\[\log \left( \frac{\text{feature} - (\text{max} + 1)}{-1.0} \right)\]and using a strategy for null value imputation specified by
na_strategy.-
na_strategy:
Literal[zero,mean,separate,raise] = 'mean'# The specified null value imputation strategy.
- __init__(na_strategy=mean, name='MinLogNumerical', _stats=<factory>, _target_='kumo.encoder.numerical.MinLogNumerical')#
-
na_strategy: