bayesmix-dev / bayesmix

Flexible Bayesian nonparametric mixture models in C++
https://bayesmix.rtfd.io
BSD 3-Clause "New" or "Revised" License
22 stars 18 forks source link

Python and R (command line) interface #89

Closed mberaha closed 12 months ago

mberaha commented 2 years ago

It should be fairly easy to wrap all the command line procedure in Python and/or R, such as CmdStanPy or CmdStanR do.

I can take care of the python interface, but would need some help for the R one!

TeoGiane commented 2 years ago

@mberaha, I will try to provide the R interface. I'll try to give an interface as close as possible to the python one.

mberaha commented 2 years ago

Nice! If you find major difficulties, we can meet halfway and change the python interface accordingly