PyMCModel.fit#
- PyMCModel.fit(X, y, coords=None)[source]#
Build the graph (if needed), then sample prior and posterior phases.
The prior phase runs first so that a prior-sampling failure surfaces before compute is spent on MCMC. This is the eager convenience entry point for direct model users; experiments drive the phases separately through their own lazy lifecycle.
- Parameters:
- Returns:
DataTree containing the samples.
- Return type:
xr.DataTree