CLVModel.build_model#

abstractmethod CLVModel.build_model(**kwargs)#

Create an instance of pm.Model based on provided data and model_config.

It attaches the model to self.model.

Parameters:
kwargsdict

data arguments for model configuration.

Returns:
None

See also

default_model_config

returns default model config