MMM.build_from_idata#
- MMM.build_from_idata(idata)#
Build model from the InferenceData object.
This is part of the
load()
method. Seeload()
for more larger context.Usually a wrapper around the
build_model()
method unless the model has some additional steps to be built.- Parameters:
- idata
az.InferenceData
The InferenceData object to build the model from.
- idata