MMM.build_from_idata#

MMM.build_from_idata(idata)#

Build model from the InferenceData object.

This is part of the load() method. See load() for more larger context.

Usually a wrapper around the build_model() method unless the model has some additional steps to be built.

Parameters:
idataaz.InferenceData

The InferenceData object to build the model from.