caf.toolkit.pandas_utils.random#

Build Dummy datasets for the purposes of testing and demonstrations.

Classes

ChoiceGenerator(name, length, values[, ...])

Generates data using a list of allowed values.

DataGenerator(name, length)

Asbstract base class for data generation.

FloatGenerator(name, length, upper_range[, ...])

Generates float data between lower and upper ranges.

IntGenerator(name, length[, upper_range, ...])

Generates integer data.

UniqueIdGenerator(name, length[, starting_val])

Generates a set of unique ID.