Alexey Radul

Results 125 issues of 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)?

Reason: Complete capability
Status: Needs investigation

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...

User reported
Reason: System polish
Status: Needs design
Probabilistic

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...

Reason: System simplification
Reason: Complete capability
Status: Needs investigation
Probabilistic

Blocked on #117, I think, because I want to accept a kernel SP and arguments for it.

Reason: Teaching content
Status: Needs plan
Probabilistic

which Anthony wanted in order to replicate Chad Scherrer's bird sexing example model.

Help wanted
Effort: k min/hr
User reported
Reason: System polish
Probabilistic

``` 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...

Reason: Fix bugs
Status: Needs design
Probabilistic

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,...

Status: Needs decision
Reason: Better testing
Reason: Release polish
Probabilistic

- 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:...

Reason: Better testing
Status: Needs plan
Probabilistic

- 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)...

Help wanted
Reason: Better testing
Effort: ~1-2 days
Probabilistic

- [ ] 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,...

Reason: Better testing
Probabilistic