ModelAdapter.build#
- ModelAdapter.build(X, y, *, coords=None)[source]#
Construct the backend’s graph/design state without sampling.
Idempotent by skipping when already built. Bayesian backends merge data-driven priors and construct the PyMC graph; sklearn backends record the design matrices for
sample_posterior().