TuringLang / JuliaBUGS.jl

A domain specific language (DSL) for probabilistic graphical models
https://turinglang.org/JuliaBUGS.jl/
MIT License
21 stars 3 forks source link

More model manipulation functionalities #179

Open yebai opened 6 months ago

yebai commented 6 months ago

I find Soss's model manipulation functionalities quite nice, e.g., Do and predictive. We could implement some of these functionalities for BUGS models.

https://cscherrer.github.io/Soss.jl/stable/api/

cc @cscherrer

cscherrer commented 6 months ago

I hadn't heard of JuliaBUGS before, very nice!

yebai commented 3 months ago

We could have corresponding model operations for melding and cut as discussed for compositional inference.