pymc-resources icon indicating copy to clipboard operation
pymc-resources copied to clipboard

PyMC educational resources

Results 45 pymc-resources issues
Sort by recently updated
recently updated
newest added
trafficstars

- added tqdm to environment - re-executed Chp 06 (there was a residual error message in the logs from the old code) - updating Chp 07 # Thank you for...

I get the following error when I try to run any pymc model from chapter 5, e.g. *Code 5.3*, *Code 5.6*, *Code 5.10*: ``` ImportError Traceback (most recent call last)...

I get the following error when I try to implement code block 4.59: Code to run: ``` height_pred = pm.sample_posterior_predictive(trace_4_3, 200, m4_3, keep_size=False) ``` Error: ``` ValueError: conflicting sizes for...

Greatly appreciated effort here, thank you. cloned your latest repository, created an environment as per instructions. Noted in the environment.yml we have entires for pymc3 and pymc-theano, but not for...

Hey guys, Noticed you forgot to use log(mass) as in the book. THanks

I could be wrong but I believe in Chp_14.ipynb cell 72, the covariance function `SIGMA = etasq * pm.gp.cov.Exponential(input_dim=1, ls=rhosq)` is not correct since it only takes the first column...

correction so the posterior integrates to unity # Thank you for opening a pull request! Please check our [style guide](https://docs.pymc.io/en/latest/contributing/jupyter_style.html), and also make sure that the notebooks you've modified pass...

I spotted what I think is a bug in the Chapter 5 notebook. In the book, sections 5.19-5.22 do counterfactual modeling with a model where A -> M and A...

The last few exercises from Chapter 9 were missing, so I figured I'd add them in