rllm.transforms.table_transforms.ColNormalize¶
- class rllm.transforms.table_transforms.ColNormalize[source]¶
Bases:
ColTransformThe ColNormalize class is designed to normalize numerical features in tabular data. This transformation standardizes the numerical features by subtracting the mean and dividing by the standard deviation.