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

visualization of criticism techniques #354

Open dustinvtran opened 8 years ago

dustinvtran commented 8 years ago

for example, this includes:

references

lbollar commented 7 years ago

I have started some work on this. I think duplicating some of the base behavior in bayesplot would be a good idea. I have started with density plots of the posterior samples. Before I tidy up and write some docstrings, would it be best to create a separate plots folder for visualization related work?

dustinvtran commented 7 years ago

Awesome! Up to you; it depends on how tied they are to existing modules or if they apply across many of the existing modules. For example, the criticism folder might incorporate the visualization related work if they are interrogating the models or inference.