tabensemb.data.dataimputer.MiceLightgbmImputer._transform#

method

MiceLightgbmImputer._transform(input_data: DataFrame, datamodule: DataModule, **kwargs)[source]#

Transform the input tabular data using the fitted imputer. This should perform on the testing dataset.

Parameters:
input_data:

A tabular dataset.

datamodule:

A DataModule instance that contains necessary information required by imputers.

Returns:
pd.DataFrame

A transformed tabular dataset.