-
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…
-
Hello,
I was trying to use pymc3 (3.9.2) with Voila (https://voila.readthedocs.io/en/stable/) and I cannot see the progress bar running in the Voila-dashboard view (it works fine with the classic n…
-
**Describe the bug**
This is a [known limitation of xarray](https://github.com/pydata/xarray/issues?q=is%3Aissue+and+the+same+name+as+one+of+its+dimensions).
I'm creating this issue to track it, a…
-
-
Thanks for all the recent fixes..
Running the Farma French benchmark example notebook I get (in cell 7) (sems like it may be a pymc3 issue?
```import pymc3 as pm
pm.traceplot(ok);
----> 2 pm.tra…
-
Cell 6 contains:
```python
lengthscale = 0.2
eta = 2.0
cov = eta ** 2 * pm.gp.cov.ExpQuad(1, lengthscale)
X = np.linspace(0, 2, 200)[:, None]
K = cov(X).eval()
plt.figure(figsize=(14, 4))
…
-
Hello, I am attempting to use theano with pymc3 to make a model as shown
```
from scipy import stats
N = 100
height = stats.norm.rvs(size=N, loc=10, scale=2)
leg_prop = stats.uniform.rvs(size…
-
As our random variables are now tensors, manipulations that users of pymc3 are familiar with might no longer be valid, requiring them to use tensorflow's particular syntax for manipulating tensors. I …
-
build Bayesian regressor using pymc3
-
I am having trouble running the Bayesian tear sheet. Theano fails with a "Compilation failed (return status=1)". I can make a minimal repro of the exception as follows (I am filing this here and not i…