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
923 stars 63 forks source link

proper relational realization of USING MODEL #15

Open riastradh-probcomp opened 9 years ago

riastradh-probcomp commented 9 years ago

Design a composable, relational realization of MODELS OF <generator> so that you can do queries something like:

SELECT m.modelno FROM MODELS OF foo_cc AS m
    WHERE (ESTIMATE MUTUAL INFORMATION OF quagga WITH eland
            IN foo_cc USING MODEL m) > 0.8
gregory-marton commented 8 years ago

This would be well supported by generator tagging.