tabensemb.data.datamodule.DataModule.get_zero_slip#
method
- DataModule.get_zero_slip(feature_name: str) float[source]#
See how data processors act on a feature if its value is zero. It is a wrapper for
get_var_change().- Parameters:
- feature_name
The investigated feature.
- Returns:
- float
The transformed value for the feature using data processors.