steve-the-bayesian / BOOM

A C++ library for Bayesian modeling, mainly through Markov chain Monte Carlo, but with a few other methods supported. BOOM = "Bayesian Object Oriented Modeling". It is also the sound your computer makes when it crashes.
GNU Lesser General Public License v2.1
35 stars 14 forks source link

Python bindings bass #59

Closed Tachyon5 closed 2 years ago

Tachyon5 commented 2 years ago

Take a look. I still need to add the bindings for the class methods in BigAssSplitSlabSampler. But this compiles and works so far. There are some things that need to be smoothed out in the spikeslab.py.

Tachyon5 commented 2 years ago

Thanks for merging. I'll add the other method bindings today. The logic in the python code is a little out of wack. I'll send an email with some detail.