tabensemb.data.dataprocessor.SampleDataAugmenter#

class tabensemb.data.dataprocessor.SampleDataAugmenter(**kwargs)[source]#

Bases: AbstractAugmenter

This is a sample of data augmentation, which is not reasonable at all and is only used to test data augmentation.

Methods

__init__(**kwargs)#

_get_augmented(data, datamodule)

Return a DataFrame that contains augmented (new) data points based on the training and validation sets.