For the complete documentation index, see llms.txt. This page is also available as Markdown.

Treat IDs as categorical labels

Categorical
from rdt.transformers.categorical import UniformEncoder

transformer = UniformEncoder()

Last updated