What does HackerNews think of pymc?

Bayesian Modeling in Python

Language: Python

#164 in Python
I believe the pymc versions were resolved into developing version 4 of pymc. Development at https://github.com/pymc-devs/pymc

It still depends on theano now evolved and renamed https://aesara.readthedocs.io/en/latest/

Current pyro has a Monte Carlo sampler

https://docs.pyro.ai/en/stable/_modules/pyro/infer/mcmc/nuts...

I'm surprised the article suggested BUGS instead of JAGS. JAGS has pretty much all of the features of BUGS (except a GUI) and is open source, cross platform, faster, and easy to run batch jobs from the command line. I've been using JAGS pretty much everyday for the past 1.5 years for a research project I'm working on and have grown quite fond of it. Before that, I was using BUGS for 6 months and was in a living hell with how slow fitting models with it was. Since switching to JAGS, my productivity has increased by several orders of magnitude. I'm primarily using it for analyzing Markov Chain Monte Carlo models of behavioral data where standard nonlinear optimization techniques (such as MLE and MAP) are impossible to use.

Here's a link to JAGS's homepage: http://mcmc-jags.sourceforge.net/

There's also PyMC (which can do similar types of analysis). https://github.com/pymc-devs/pymc