Marco Cusumano-Towner

Results 73 issues of Marco Cusumano-Towner

This command is not supported ``` bdb.execute('select * from satellites where Purpose IN ("Communications", "Reconnaissance")') File "build/bdist.macosx-10.9-x86_64/egg/bayeslite/bayesdb.py", line 149, in execute File "build/bdist.macosx-10.9-x86_64/egg/bayeslite/parse.py", line 104, in File "build/bdist.macosx-10.9-x86_64/egg/bayeslite/parse.py", line 91,...

help wanted
k min/hr

When apogee_km is 40000 (or more generally between 30000 and 50000), the distribution of perigee_km is bimodal: ``` q('''create temp table apsim as SIMULATE apogee_km, perigee_km FROM satellites_cc LIMIT 10000...

As discussed with @riastradh-probcomp in https://github.com/probcomp/bayeslite/issues/263 and other issues, there are some details that are not exactly part of the BQL syntax but are important for helping a new user...

tr.send_session_data() should not print everything, but should limits its output to e.g. 10 lines.

It returns the names, but not the statistical types. This would be very convenient, as the statistical type is probably a key determiner of the output. For example: ``` ESTIMATE...

blocked

In looking through the satellites demo, I would like to find satellites that are likely to be reconnaissance satellites that weren't labeled as such. My first attempt at this was:...

I ran this command trying to figure out what fields "FROM PAIRWISE" returns by default, when not extended with any model estimators: ``` ESTIMATE * FROM PAIRWISE satellites_cc ``` This...

q('''create temp table simulated as simulate \* from satellites_cc limit 10000''') BQLParseError: Parse error: syntax error near * I was expecting \* to work for colnames, and other users might...

If my understanding is correct, the definitions are: - Model Estimator: A function of a model. We generally estimate the expectation of these functions across a distribution on models by...

~~Note: This PR includes breaking API changes and documentation is also not yet complete for it. It is not ready for review.~~ This PR is now ready for review. -...