Ulli Schaechtle

Results 10 issues of Ulli Schaechtle

Note that this issue should probably have gone to our fork of loom; for some reason I don't have privileges to open issues there. The problem: you can estimate mutual...

For an exercise in section 5, we request the user to do construct their own dataset and then render it with `render_combined`, which relies on `render_trace` and `render_sine_trace`. Both functions...

Is there a good way to execute SPPL model source code while having it rely on a previously existing model? For example, assume I have an SPPL model `m` (of...

We got a requirement by our industrial collaborator to bump the version of sqlalchemy. sqlalchemy is a dependency of CGPM. I tracked this down to CGPM through our build system...

This patch is needed since the column names I am getting from loom while calling `_update_state` (and `_retrieve_featureid_to_cgpm`, specifically) don't follow the assumptions made in the code. In fact, the...

*Found by Taylor, who writes:* "I realized the other day that the logit function I put in backend/lite/utils.py is not good near 1/2. For inputs between logistic(-1) = e^{-1}/(1 +...

[Instructions on dockerhub](https://hub.docker.com/r/probcomp/notebook) contain broken links to images: ![image](https://user-images.githubusercontent.com/9608300/77591476-6973d400-6ec6-11ea-91cc-9ff7b1cb55ba.png)

All of the python notebooks seem to be duplicated in our image, see screenshot below. ![image](https://user-images.githubusercontent.com/9608300/46089389-5884be00-c17c-11e8-8778-7488fd9cd0a5.png)

## What does this do? Extends the CRP to a Pitman-Yor Process and uses Loom-style hyper-parameter grids for inference; using and modifying code from [this branch](https://github.com/probcomp/cgpm/tree/joaoloula/loom_grids) but ensuring all tests...