blei-lab / edward

A probabilistic programming language in TensorFlow. Deep generative models, variational inference.
http://edwardlib.org
Other
4.83k stars 759 forks source link

Support for decision trees in Edward #933

Open 00krishna opened 5 years ago

00krishna commented 5 years ago

Hello. I was looking through the Edward documentation and did not find any references to bayesian networks with decision trees. Can Edward handle decision trees as yet, or is that feature not yet implemented. I know in the Turing.jl Julia package there is a Categorical distribution, but did not see anything like that in Edward. Just figured I would ask. Thanks.