Andy Maloney
Andy Maloney
## Tell us about it In `plots/essplot.py` the ESS evolution calculation is performed in the `plot_ess` method. I would like to move the calculation to `stats/diagnostics.py` where other ESS calculations...
Rebased against master. This is the PR to allow numpy arrays.
create tests for as many of the below dbs as possible - [ ] infromix - [ ] spark - [ ] azure sql - [ ] sqlite - [...
### Issue Description Need to pin pytorch to 1.13.1 so tests pass. ### Steps to Reproduce ### Expected Behavior ### System Info Please provide information about your setup - PyTorch...
Resolves #1817 ### Motivation Allow a user to select which point statistic they want displayed in the Marginal 1D tool: mean or median. ### Changes proposed - Added method to...
### Motivation From an internal discussion, this is a work-in-progress that shows all diagnostic tools in a single dashboard. ### Changes proposed - Renames the `.prettierrc` file to `.prettierrc.json` purely...
### Motivation Continued work on the diagnostics tools. ### Changes proposed - Removed items in the `pointStatistic.ts` module and placed them in other modules for better structure. Updated all modules...
This commit adds the feature to run diagnostic tools using ArviZ and Bokeh in a Jupyter environment. - Added a `tools` sub-package in the `diagnostics` package. This new sub-package adds...
### Feature Description Add a tool that calculates the standard stats from ArviZ in a data grid for the tool.
### Feature Description Add point statistic labels to the marginal 2D tool, just like the marginal 1D tool has. See image below as reference. 