kumoai.trainer.ColumnProcessingPlan#
- class kumoai.trainer.ColumnProcessingPlan[source]#
Configuration parameters that define how columns are encoded in the training and batch prediction pipelines. Please see the Kumo documentation for more information.
- Variables:
encoder_overrides – (
dict[str, Encoder] | None
) A dictionary of encoder overrides, which maps the{table_name}.{column name}
to anEncoder
(default:None
). Supported Task Types: All