probcomp / hierarchical-irm

Probabilistic structure discovery for rich relational systems
Apache License 2.0
1 stars 1 forks source link

Support different observation types in util_io. #40

Closed emilyfertig closed 3 weeks ago

emilyfertig commented 3 weeks ago

This allows for different types of observations to be read in, depending on distribution type. Only Bernoulli-distributed data is currently tested, in the integration tests (at some point, when the model is further along, we should add more complex integration tests involving different data models. We should also unit test util_io, though I wouldn't put that at highest priority now.)