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.csvcontains all information from the input dataframe, andtabular_data.csvcontains merely used features.- Parameters:
- path
The path to save the data.