tabensemb.model.CatEmbed._run_custom_data_module#
method
- CatEmbed._run_custom_data_module(df, derived_data, model_name)[source]#
Change this method if a customized preprocessing stage is implemented in
_prepare_custom_datamodule(). Seetabensemb.model.CatEmbedfor example.See also