model_builder#
Base class responsible of the high level API for model building, fitting saving and loading.
Functions
|
Create a property accessor for an InferenceData object. |
|
Create the dictionary of keyword arguments for |
|
Ensure that the model is built before calling a method. |
Classes
|
Base class for building models with PyMC Marketing. |
|
ModelBuilder that takes data at initialization. |
|
Mixin to handle saving and loading of models. |
|
Regression based ModelBuilder class. |
Exceptions
|
Error raised when a model loaded is different than one saved. |