Skip to content

Commit

Permalink
Commenting not used params
Browse files Browse the repository at this point in the history
  • Loading branch information
cetagostini committed Oct 17, 2023
1 parent 6499849 commit a8aebcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc_marketing/mmm/delayed_saturated_mmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def build_model(
model : pm.Model
The PyMC model object containing all the defined stochastic and deterministic variables.
"""
model_config = self.model_config
# model_config = self.model_config
self.intercept = self._create_distribution(self.model_config["intercept"])
self.beta_channel = self._create_distribution(self.model_config["beta_channel"])
self.lam = self._create_distribution(self.model_config["lam"])
Expand Down

0 comments on commit a8aebcf

Please sign in to comment.