arviz.from_beanmachine#

arviz.from_beanmachine(sampler=None, *, coords=None, dims=None)[source]#

Convert Bean Machine MonteCarloSamples object into an InferenceData object.

For a usage example read the Creating InferenceData section on from_beanmachine

Parameters:
samplerbm.MonteCarloSamples

Fitted MonteCarloSamples object from Bean Machine

coordsdict of {strarray_like}

Map of dimensions to coordinates

dimsdict of {strlist of str}

Map variable names to their coordinates

Warning

beanmachine is no longer under active development, and therefore, it is not possible to test this converter in ArviZ’s CI.