DanielRobertNicoud
DanielRobertNicoud
For some application of BAMBI on which I am working, I would need to do the following. I have a BAMBI model with some parameter $\theta$, a prior $p(\theta)$, and...
### Describe the issue: Calling `pymc.compute_log_likelihood` multiple times on the same model leads to multiple compilations via `compile_fn`. This is a time sink (in some applications) that could easily be...
**Describe the bug** `pymc_bart.BART` fails to run when passing a `MutableData` response variable. **To Reproduce** ```python import numpy as np import pymc import pymc_bart as pmb X_train = np.random.normal(size=(100, 1))...