Interesting. They talk about plain old Metropolis Hastings, which is pretty questionable. Anyone excited about this, I highly recommend checking out Stan; it's under active development, actually works with real problems, and is used in the real world. With NUTS and HMC they've really made good on their promises, and quite soon they'll have meaningful ADVI support. See this former discussion: https://news.ycombinator.…
I'm a bit familiar with PyMC, but all it seems to do is Gibbs sampling, which mixes horribly compared to HMC. How easy would the transition to PyStan be?
Re: Bayesian Logic Programming
#21Not trivial, but there's a Python wrapper available: