vdorie / dbarts

Discrete Bayesian Additive Regression Trees Sampler
56 stars 21 forks source link

python interface? #3

Open davidwhogg opened 9 years ago

davidwhogg commented 9 years ago

How hard would it be for us to make a python interface? We have some interest in doing this, but might need some guidance. Or do you think it is too R-specific? Thanks in advance.

vdorie commented 9 years ago

Not hard at all. I put all of the R specific library calls in a library of their own, and then there is the interface itself. It mostly relies on a few probability distributions and a linear algebra call or two.

On Aug 7, 2014, at 8:47 AM, David W. Hogg notifications@github.com wrote:

How hard would it be for us to make a python interface? We have some interest in doing this, but might need some guidance. Or do you think it is too R-specific? Thanks in advance.

— Reply to this email directly or view it on GitHub.