tabensemb.data.datamodule.DataModule.save_data#

method

DataModule.save_data(path: str)[source]#

Save the tabular data processed by set_data(). Two files will be saved: data.csv contains all information from the input dataframe, and tabular_data.csv contains merely used features.

Parameters:
path

The path to save the data.