sup3r.preprocessing.samplers.base

sup3r.preprocessing.samplers.base#

Basic Sampler objects. These are containers which also can sample from the underlying data. These interface with BatchQueues so they also have additional information about how different features are used by models.

Classes

Sampler(data[, sample_shape, batch_size, ...])

Basic Sampler class for iterating through batches of samples from the contained data.