Oriol Abril-Pla
Oriol Abril-Pla
`InferenceData` objects are central to ArviZ, and even though a common subset of tasks using InferenceData can be done directly with ArviZ plotting and stats functions, any task that deviates...
Once beanmachine supports pytorch 2.0 we should undo the changes in https://github.com/arviz-devs/arviz/pull/2228
PR #700 introduced the option `hover_label`, which shows the label of a datapoint when the user hovers over it with the mouse. For now, this feature is not tested in...
ArviZ used to have a `from_tfp` converter, but it wasn't really maintaned so it eventually required pinning the tfp version and was eventually deleted in https://github.com/arviz-devs/arviz/pull/1928. It would be nice...
## Description Aiming to add a new example of ecdf comparison but the band computation seems to have a bug. ## Checklist - [x] Does the PR follow [official](https://github.com/arviz-devs/arviz/blob/main/CONTRIBUTING.md#pull-request-checklist) PR...
The description is outdated, the parameters are no longer a tuple and they are missing the default values. Link to doc page: https://python.arviz.org/en/latest/api/generated/arviz.plot_trace.html. Default is color to identify chain if...
~~The latest mypy version now checks more files, see https://github.com/arviz-devs/arviz/pull/1528#issuecomment-783115088. The errors listed in the comment should be fixed. The couple comments after the linked one explain how to do...
I was wondering if some accessibility elements like a hidden [skip to main content](https://webaim.org/techniques/skipnav/) button would be inside the scope of the theme. If so I'd be happy to try...
The type info currently there doesn't make much sense: https://github.com/arviz-devs/xarray-einstats/blob/main/src/xarray_einstats/numba.py#L13-L22
It would be nice to be able to do things like ``` with matrix_dims(["dim1", "dim3"]): chol = xe.linalg.cholesky(da) eig = xe.linalg.eig(da) ``` instead of having to use the monkeypatch trick...