probcomp / cgpm

Library of composable generative population models which serve as the modeling and inference backend of BayesDB.
Apache License 2.0
25 stars 11 forks source link

Enable column transitions with a conditional model #53

Open fsaad opened 8 years ago

fsaad commented 8 years ago

Currently disabled, need to ensure the following cases

Invariants to maintain

Correctly computing the transition probability

fsaad commented 8 years ago

Because dimensionality change of conditional model, my concern is that the "trivial" Gibbs sampler is not going to be reversible and we need RJ-MCMC algortihm for which interface design is not straightforward as of now.

fsaad commented 8 years ago

This is actually a research project.