-
Lift test is important for MMM model calibration, but it is I'm not sure on how to update prior to the experiment lift test. Recently pymc just released [CausalPy](https://causalpy.readthedocs.io/en/l…
-
### Discussed in https://github.com/pymc-labs/pymc-marketing/discussions/843
Originally posted by **nieszkodzi** July 19, 2024
Hi!
I cannot find that issue so maybe it's my problem, but still…
-
PyMC4 has now been released https://www.pymc.io/blog/v4_announcement.html#v4_announcement with various new features including better GPU support. Are there any plans to port this repo to PyMC4? Mostly…
-
**Bug**
Seems to be an error with spawning processes for sampling – full error below. Annoyingly, sometimes it samples, but most of the time it fails out, which makes me question exactly why it’s hap…
-
Hi @mmcky,
`pymc.sample` is deprecated after v5.10.0 as shown [here](https://www.pymc.io/projects/docs/en/v5.10.0/api/generated/pymc.sample.html#pymc-sample).
-
Quite a few tests are very poorly identified—i.e. what's being tested isn't clear, or is way too broad (e.g. just check that it doesn't raise an exception)—and others are far too brittle (…
-
I'm possibly doing something a bit naive, but i just wondered if there was interpretation functions available for spline based models like you get with mgcv in R.
```python
import pandas as pd
i…
-
> This is an auto-generated issue, triggered by the `even-with-pymc3` workflow.
There have been new commits to `pymc3/sampling.py` or `pymc3/step_methods/hmc/` since
yesterday: please see [the latest…
-
Hi, I was trying to install celerite2 from source code following the instructions in the documentation. But while testing the code I got an error:
```
python -m pytest -v python/test …
-
Hi everyone, I'm trying to run the example code in "Quickstart with PyMC3 — sunode documentation" but met the error "NotImplementedError: Cannot convert hares_start ~ HalfNormal to a tensor variable."…