Data#

ConstantData(name, value, *[, dims, coords, ...])

Alias for pm.Data.

MutableData(name, value, *[, dims, coords, ...])

Alias for pm.Data.

get_data(filename)

Return a BytesIO object for a package data file.

Data(name, value, *[, dims, coords, ...])

Create a data container that registers a data variable with the model.

GeneratorAdapter(generator)

Class that helps infer data type of generator.

Minibatch(variable, *variables, batch_size)

Get random slices from variables from the leading dimension.