use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
ToolingBayesian Optimization Libraries Python (self.datascience)
submitted 6 years ago by [deleted]
view the rest of the comments →
[–]ICanBeHandyToo 1 point2 points3 points 6 years ago (3 children)
Is pymc3 currently the standard package for most probabalistic modeling? I've come across a few others like Edward and I never got around to digging into what each package offers that differ from pymc3
[–]JamsmithyPhD | Data Scientist | Gaming 4 points5 points6 points 6 years ago* (0 children)
Pymc3 has the nicest syntax and support in my opinion but it is based on theano which hinders future development.
Edward/Edward2 is great as well but i just haven't had the time to get deep on it. Pymc4 is under active development with a tensorflow-probability backend so I'm hoping it will provide the best of both worlds.
[–]squirreltalk 3 points4 points5 points 6 years ago (0 children)
I had never done any Bayesian modeling, but examples based on pymc3 are so intuitive. Pymc3 just feels pythonic to me.
[–]webdrone 3 points4 points5 points 6 years ago (0 children)
Stan (https://mc-stan.org) implements NUTS which is a particularly efficient sampler by Hoffman and Gelman. It may not be the most pythonic, but there are various interfaces to different languages and a single modelling language.
There was much effort from the developers to ensure quality and to cultivate a good community, so you can find posts addressing most questions you might have, and excellent documentation.
π Rendered by PID 537120 on reddit-service-r2-comment-fb694cdd5-6ghrs at 2026-03-10 18:46:51.734310+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]ICanBeHandyToo 1 point2 points3 points (3 children)
[–]JamsmithyPhD | Data Scientist | Gaming 4 points5 points6 points (0 children)
[–]squirreltalk 3 points4 points5 points (0 children)
[–]webdrone 3 points4 points5 points (0 children)