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