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: kwargsdictdata arguments for model configuration. Returns: None See also default_model_configreturns default model config