probcomp / bayeslite

BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
http://probcomp.csail.mit.edu/software/bayesdb
Apache License 2.0
918 stars 64 forks source link

Feature to dump models as JSON #633

Closed jar398 closed 4 years ago

jar398 commented 4 years ago

Adds a dump_models method to the BayesDB class that writes JSON describing a population and its models, sufficient for simulation.

(@Schaechtle heads-up.)

(hmm, I guess we should put documentation for the JSON somewhere, but where?)

jar398 commented 4 years ago

I think my last commit addresses most of the points in the review.

jar398 commented 4 years ago

Superseded by #634