Marco Cusumano-Towner

Results 100 comments of Marco Cusumano-Towner

The workaround for `ESTIMATE ... ORDER BY` in https://github.com/probcomp/bayeslite/issues/259 should be included in the cheat sheet.

Branch started here: https://github.com/probcomp/bayeslite/commit/f0c06daf1c86f29200e6b73570b21c57e1c8ad6c

This feature would be helpful to run things like this: ``` estimate dependence probability as dp from pairwise columns of satellites_cc where name0 IN ("Ant icipated_Lifetime", "Contractor") AND name1 IN...

I think having access to the full capability of your `logpdf_joint` in BQL would feel empowering for me as a user: It would make me feel like I have access...

For the pairwise columns case, knowing that the output fields are name0 and name1 are important if the user is interested in only a subset of the columns: ``` estimate...

The fact that the space of possible model estimator expressions for use in `ESTIMATE` is large is interesting, and suggests a possible tension between the type of analysis this tool...

What about having `ESTIMATE * FROM PAIRWISE COLUMNS` defined as producing the two column IDs and their statistical types, and having `ESTIMATE * FROM PAIRWISE (ROWS)` defined as producing the...

I am trying to express my current mental model of BayesDB, which includes the definitions here, in branch, under section "The BayesDB World" https://github.com/probcomp/bayeslite/commit/8b714b55d66178ae1d83727c2ed9932c24caff3d

https://github.com/probcomp/GenTF is not intended to be a Julia wrapper for TensorFlow, but instead a plugin for [Gen](https://github.com/probcomp/Gen.jl) that lets you write differentiable pieces of generative models and inference models in...

It does seem useful to discuss whether it's really a different set of modeling primitives that are intended to be used in PClean versus Gen. In some cases, there could...