-
As of now, we have "vanilla" synthetic control working with `cp.pymc_experiments.SyntheticControl` as the experiment class, and that is fed the `cp.pymc_models.WeightedSumFitter` as the model.
It …
-
## Details
* Read the Docs project URL: https://readthedocs.org/projects/pymc/
* Build URL (if applicable): https://readthedocs.org/projects/pymc/builds/24794393/
## Expected Result
Only one…
-
In GitLab by @git.ligo:michael.williams on Mar 25, 2024, 15:30
I've opened this issue to track changes that should be made as we migrate samplers out of the main code and into their own packages. Hop…
-
I'm one of the maintainers of pytensor (a fork of the Theano library for tensor computations), a core dependency of the popular Bayesian modeling package [PyMC](www.pymc.io). PyTensor compiles code on…
-
I came across a strange bug. Here's a minimum (not) working example to replicate the problem.
This is with Bambi 0.12.0 and pandas 2.0.3. At first I thought it might be a pandas 2 problem, but the …
-
@tomicapretto There is a function in BRMS called [make_stancode()](https://github.com/paul-buerkner/brms/blob/master/R/make_stancode.R) that generates the STAN code from a BRMS model. Are we able to …
-
I have been trying to utilize the new `laplace` function for estimating the posterior distribution using a quadratic approximation. It seems that there is an issue when trying to use non-scalar parame…
-
### Before
```python
import pytensor.tensor as pt
# Need to
a = pt.vector("a", shape=(2, ))
b = pt.vector("b", shape=(3, ))
# a + b fails due to broadcasting
# Transpose required
result…
-
Hi,
Great effort! Once you feel this is in a good state I'd like to invite you to contribute this port to https://github.com/pymc-devs/pymc-resources and add it to https://www.pymc.io/projects/docs…
-
Hello Juan,
I found your post "Flax and Numpyro Toy Example" very cool and interesting. As a PYMC user I wanted to see if I could achieve similar results using PYMC. You can see my implementation at …