WeightedSumFitter.build#
- WeightedSumFitter.build(X, y, coords=None)#
Construct the PyMC graph without sampling anything.
Merges the effective prior set (defaults -> data-derived -> user) and calls
build_model(). Idempotent by skipping when the graph already exists: a graph is built at most once per instance, so this is safe to call before every sampling verb.- Parameters:
- Return type:
None