dmlfw (Daniyal Machine Learning Framework)
|
Core data encoding and transformation utilities. More...
Go to the source code of this file.
Core data encoding and transformation utilities.
This umbrella header consolidates the encoder modules for categorical and binary feature encoding, providing access to core data transformation functionalities such as:
The encoder module enables conversion of textual or categorical column data into encoded numerical representations suitable for machine learning and data processing tasks. Specialized encoder operations are defined in their respective headers.
These encoding tools are foundational for feature engineering, model training, and interoperability with common ML workflows.
See also the specialized headers for detailed APIs: