tabensemb.model.CatEmbed._prepare_custom_datamodule#
method
- CatEmbed._prepare_custom_datamodule(model_name, warm_start=False)[source]#
Change this method if a customized preprocessing stage is needed. See
tabensemb.model.CatEmbedfor example.See also