tabensemb.data.datamodule.DataModule.set_data_imputer# method DataModule.set_data_imputer(config)[source]# Set the data imputer. The specified splitter should be registered in tabensemb.data.dataimputer.imputer_mapping. Parameters: configThe name of a data imputer or a tuple providing the name and kwargs of the data imputer.