kumoai.encoder.MaxLogNumerical#
- class kumoai.encoder.MaxLogNumerical[source]#
Bases:
Encoder
A
MaxLogNumerical
encoder encodes its corresponding numerical column, after applying the transformation\[\log \left( \frac{\text{feature} - (\text{min} - 1)}{1.0} \right)\]and using a strategy for null value imputation specified by
na_strategy
.- __init__(na_strategy=NAStrategy.MEAN, name='MaxLogNumerical', _stats=<factory>, _target_='kumo.encoder.numerical.MaxLogNumerical')#