tabensemb.data.datamodule.DataModule.set_status#
method
- DataModule.set_status(training: bool)[source]#
Set the status of the datamodule. If a datamodule is not training, some data processing modules will use learned characteristics to process new data. True when setting the dataset. False when processing an upcoming dataset.
- Parameters:
- training
The training status of the datamodule.