PyMCModel.build_model#
- PyMCModel.build_model(X, y, coords)[source]#
Construct the PyMC model graph.
Subclasses must override this method to declare priors, deterministic nodes, and the likelihood for the model.
- Parameters:
- Raises:
NotImplementedError – Always, when called on the base class.
- Return type:
None