Feras Saad
Feras Saad
There is no reason to maintain two interfaces: the bayeslite GPM interface in IBayesDBMetamodel, and the cgpm interface CGpm. The CGPM interface is both more motivated, inherently conditional with a...
As far as I know `WAIT` is a placeholder to be used for a future inference engine in BayesDB that supports continuous inference (i.e. in the background). I can come...
We require some way to clone a generator (what in Python would be `copy.deepcopy(generator)`). An API method (without BQL surface syntax) would be good enough until we decide whether this...
For most data structures, `in` and `getindex` tend to agree, although this invariant does not hold for selections, where `in` checks for a full path down the trie, whereas `getindex`...
Hello Allen, thank you for providing this package. Can you please provide a reference for the matrix equations in your implementation of the EM algorithm? Appendix B of Tipping and...
Running the test suite using `./check.sh -s -vvv` causes matplotlib figures to pop up, which need to be closed manually for the test to proceed. - [ ] Determine which...
- Eliminate 2, 4, and 5 space indentation in favor of 4. - Eliminate 80+ char-width to 80. - Add double space between (most) TLDs to reduce density of the...
Baxter's comment in the source about issues with `impute_confidence` for continuous values should be documented somewhere more stable + visible (ie here). ``` # The confidence in continuous imputation is...
Currently `predictive_probability` is computed by invoking the chain rule on the legacy `simple_predictive_probability`. @axch suggests an alternative implementation > On second thought, crosscat should have a better algorithm for doing...