Ricardo Vieira

Results 297 issues of Ricardo Vieira

https://github.com/arviz-devs/arviz/blob/2d886383019eb95ea9174ea39070c15d03ffdb7e/arvizrc.template#L10 Paraphrasing from the PyMC issue: https://github.com/pymc-devs/pymc/issues/6266 > This evaluation can be quite expensive and require too much memory. I think it's safe to say most users don't make use...

```python with pm.Model() as m: hyper_priors = ... prior1, prior2 = distribution(hyper_priors) cohort1 = clv.ShiftedBetaGeo(data_cohort1, prior1) cohort2 = clv.ShiftedBetaGeo(data_cohort2, prior2) ``` clv.ComposeModel(...)

question
CLV
priority: low

That type of description seems to exist for every model we are implementing in the CLV, I think it makes the models much more "discoverable" than their weird names. We...

docs
enhancement
CLV

Create some fake dataset with continuous non-contractual process and build a story around: 1. Using MMM to infer cost of acquisition across different channels 2. Using CLV to infer differential...

docs
CLV
MMM

Failed here: https://github.com/pymc-labs/pymc-marketing/actions/runs/7801660640/job/21277315976?pr=512#step:5:1804 Is this the one that failed before @juanitorduz ? Probably just needs a seed

MMM
tests

The setup for different parametrizations of `tests/mmm/test_plotting.py::TestBasePlotting` is taking 12 minutes (nearly 1/3) of the CI. I don't know what it is doing, but that's unreasonable :) If some fitting...

MMM
maintenance
tests

I don't see why this should behave differently than the rest https://github.com/pymc-labs/pymc-marketing/blob/369a5054398dbb6bbb372ef1eb61bb953be26fd2/pymc_marketing/model_builder.py#L543

model builder

https://github.com/pymc-labs/pymc-marketing/blob/c5d72ab6e518330455197f7227806453ce3bddb1/pymc_marketing/model_builder.py#L474-L477

good first issue

Closes #410 Still need to test some other changes ---- :books: Documentation preview :books:: https://pymc-marketing--414.org.readthedocs.build/en/414/