Treat IDs as categorical labels
Starting from RDT version 1.16.0, you can apply any of the categorical transformers to ID data. This allows you to treat ID columns as categorical labels.
Click below to see all the categorical transformers
from rdt.transformers.categorical import UniformEncoder
transformer = UniformEncoder()
Last updated