beanmachine icon indicating copy to clipboard operation
beanmachine copied to clipboard

A library that allows for inference on probabilistic models

Results 81 beanmachine issues
Sort by recently updated
recently updated
newest added

Reviewed By: yucenli Differential Revision: D36650612

CLA Signed
fb-exported

Summary: Many Bean Machine models are vectorized -- a model for instance might sample from a `Normal(tensor([0., 0]), tensor([1., 1]))` distribution to get a two-element vector of samples, and then...

CLA Signed
fb-exported

Summary: We wish to compile Bean Machine models containing tensor sum operators into BMG graphs; this diff gets a start on that feature by detecting usages of the sum operator...

CLA Signed
fb-exported

Summary: This diff completes my efforts to finish the implementation of matrix multiplication in the compiler. We now ensure that the inputs to any matrix multiplication are double-valued matrices, as...

CLA Signed
fb-exported

### Feature Description Add a tool that calculates the standard stats from ArviZ in a data grid for the tool.

enhancement

### Feature Description Add point statistic labels to the marginal 2D tool, just like the marginal 1D tool has. See image below as reference. ![image](https://user-images.githubusercontent.com/60523020/200366354-84834e67-b67f-4a9c-bda6-e28e14423c20.png)

enhancement

### Feature Description Allow the user to choose which point statistic (mean, media, mode?) for display in the marginal diagnostic tools

enhancement

### Feature Description Investigate using `__repr_html__` for displaying diagnostic tools directly from a mcs object.

enhancement

### Issue Description In Bean Machine right now there is some code for converting MonteCarloSamples objects into arviz-compatible InferenceData objects. It would be better if that functionality lived in arviz.

enhancement

Right now, there isn't a great way to access the params directly associated with a given guide program. Is this a deliberate design choice, or do we want to expose...

enhancement