model_builder#
Base classes containing primitives and high-level API for model building, fitting, saving, and loading.
Module Attributes
|
Sampling methods supported by |
Functions
|
Create a property accessor for a group of the model's DataTree. |
|
Create the dictionary of keyword arguments for |
|
Ensure that the model is built before calling a method. |
Classes
|
Base class for building PyMC-Marketing models. |
Mixin providing a unified fitting API for all PyMC-Marketing models. |
|
|
Mixin to handle saving and loading of models. |
|
ModelBuilder class providing an easy-to-use API similar to scikit-learn for regression models. |
Exceptions
|
Error raised when a model loaded is different than one saved. |