ModelBuilder.build_model#
- abstractmethod ModelBuilder.build_model(**kwargs)[source]#
Create an instance of
pm.Model
based on provided data and model_config.It attaches the model to self.model.
- Parameters:
- kwargs
dict
Additional keyword arguments that may be used for model configuration.
- kwargs
- Returns:
See also
default_model_config
returns default model config