rllm.transforms.table_transforms.ColNormalize

class rllm.transforms.table_transforms.ColNormalize[source]

Bases: ColTransform

The 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.