Christian Luhmann

Results 61 comments of Christian Luhmann

For what it's worth, the most recent comment on this issue (from @twiecki ) in [this thread](https://discourse.pymc.io/t/pymc3-3-11-0-with-gpu-support/7288/17) was: >We will not support GPUs via this path in the future. Instead,...

Closing because the installation instructions seem to have taken care of the primary issue. Also potentially surpassed by https://github.com/pymc-devs/pymc/issues/6750.

@juanitorduz can you point me in the direction of the data set you are referring to? I poked around a bit, but didn't see any real data (though I'm not...

> Perhaps instead of just replacing the existing example I think @juanitorduz had originally suggested creating this in addition to the existing MMM example. And that was my plan. >...

Thinking about this more, it probably makes sense to make any "internal" functions propagate results as tensors and any "user-facing" functions call `eval()`. Because the `eval()` mentioned above is in...

We may also want to change the names of the base class methods so that they are not overridden by the child class methods. The `super.channel_contributions_forward_pass()` method may be useful...

This is also relevant to #314

Is the goal to add more than one model to each quadrant? The CNC quadrant now has @larryshamalama 's BG/NBD distribution (#16), but there are several other models available in...

Discrete contractual is covered by https://github.com/pymc-labs/pymc-marketing/pull/133. Looks like a PR to address https://github.com/pymc-labs/pymc-marketing/issues/176 would cover the final quadrant.

Note to self: we decided that the only difference (for now) between the parent class version and child class version of `channel_contributions_forward_pass` is the transformation. So naming the parent class...