Alexey Radul
Alexey Radul
due to some failure or version skew in networkx.graphviz_layout. Perhaps migrate to pygraphviz, which seems smaller (and therefore perhaps a lighter dependency)?
Anthony said this when trying to reproduce the bird sexing by wingspan model that Chad Scherrer described in an introductory summer school lecture. I assume this means "From a histogram...
Bob Carpenter was very proud of it, and it is released as a standalone package. Possible uses: - expand (or replace (parts of?)) Puma's SP library - get rid of...
Blocked on #117, I think, because I want to accept a kernel SP and arguments for it.
which Anthony wanted in order to replicate Chad Scherrer's bird sexing example model.
``` assume switchx (flip) assume switchy (flip) force switchx true assume x (if switchx 0 (exactly y)) assume y (if switchy 0 (exactly x)) observe switchx false observe switchy false...
As opposed to checking that they do not crash, which is Issue #53. For example, `examples/crp-2d-demo.py` has an inference quality (or visualization) bug: the cluster means don't move but should,...
- Unit tests wouldn't hurt - Check discrimination strength for some known test distributions - Would be great to check that they catch errors that correspond to easy code typos:...
- One-sample tests in both cases - The K-S test would need to do (or accept the results of) quadrature on the alleged density function (which it might also normalize)...
- [ ] venture-performance failed test.performance.asymptotics.test_references.testReferencesProgram1 with ``` AssertionError: Runtime of f is growing. Times: [(512, 0.02891600000003791), (614, 0.029139999999983957), (736, 0.029582000000004882), (883, 0.030401999999980944), (1059, 0.031723000000056345), (1270, 0.032411000000024615), (1524, 0.03531199999997625), (1828,...