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

Determine how to encode boolean variable in query call in LoomBackend.logpdf_joint #615

Open fsaad opened 6 years ago

fsaad commented 6 years ago

Loom is unhappy to receive an integer 0 or 1 for a boolean data type in the score method. This diff summarizes the issue: https://github.com/probcomp/bayeslite/compare/0ef41388771b...f73b9306e544

Related #614