Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
A high-level probabilistic programming interface for TensorFlow Probability
Jupyter Notebook Python Other
Branch: master
Clone or download
tirthasheshpatel and ericmjl [MRG] DOC: add docs and fix typos (#213)
* DOC: fix typos and add docs

* TST: add __init__.py to tests so tests pass
Latest commit 82b5349 Jan 28, 2020

README.md

PyMC4 (Pre-release)

Build Status Coverage Status

High-level interface to TensorFlow Probability. Do not use for anything serious.

What works?

  • Build most models you could build with PyMC3
  • Sample using NUTS, all in TF, fully vectorized across chains (multiple chains basically become free)
  • Automatic transforms of model to the real line
  • Prior and posterior predictive sampling
  • Deterministic variables
  • Trace that can be passed to ArviZ

However, expect things to break or change without warning.

See here for an example: https://github.com/pymc-devs/pymc4/blob/master/notebooks/radon_hierarchical.ipynb See here for the design document: https://github.com/pymc-devs/pymc4/blob/master/notebooks/pymc4_design_guide.ipynb

You can’t perform that action at this time.