probcomp / BayesDB

A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself. New implementation in http://github.com/probcomp/bayeslite
http://probcomp.csail.mit.edu/software/bayesdb/
Apache License 2.0
891 stars 52 forks source link

Build success with Mac OS X #61

Closed prb closed 9 years ago

prb commented 9 years ago

With the very minor changes in https://github.com/mit-probabilistic-computing-project/crosscat/issues/32 to build CrossCat, it's possible to directly build and use BayesDB on Mac OS X in a virtualenv. (This is probably preferable to the Docker approach.)

It will even draw figures with a little bit of extra encouragement.

chicago_example

kidpixo commented 9 years ago

That's pretty cool! But why not docker? I find it easier to handle dependencies. Nice work.

prb commented 9 years ago

Docker would require use of the ClientRemote, which won't work cleanly with any of the examples.

gregory-marton commented 9 years ago

Is there a bug here? If not, perhaps time to close this?