tabensemb.data.datamodule.DataModule.get_var_change#

method

DataModule.get_var_change(feature_name: str, value: float) float[source]#

See how data processors act on a feature if its value is value.

Parameters:
feature_name

The investigated feature.

value

The investigated value.

Returns:
value

The transformed value for the feature using data processors.