pymc icon indicating copy to clipboard operation
pymc copied to clipboard

Bayesian Modeling and Probabilistic Programming in Python

Results 463 pymc issues
Sort by recently updated
recently updated
newest added

**What is this PR about?** This PR restructures the last test files to follow the structure of the code, as discussed in #5777. I think that this closes #5777. One...

tests
maintenance

**What is this PR about?** ... **Checklist** + [ ] Explain important implementation details 👆 + [ ] Make sure that [the pre-commit linting/style checks pass](https://docs.pymc.io/en/latest/contributing/python_style.html). + [ ] Link...

The current usage of the mrng sampler in ADVI does not support JAX (https://github.com/pymc-devs/aesara/issues/322). It should be fairly easy to instead make it use the new `RandomVariable` Op https://github.com/pymc-devs/aesara/pull/296 to...

v4

Now that random draws are done by Aesara, we might not need some/all of these anymore: https://github.com/pymc-devs/pymc/blob/761f77dad29116650ef3ca043645042219654a5c/pymc/distributions/shape_utils.py#L38-L42 First step would be to check which ones are still used and where.

beginner friendly
help wanted
needs info

This PR closes #6124 by adding an example and explanation of `pm.Deterministic`. It also repairs the plot of `pm.Interpolated` which was not working, and fixes some of the doc makefile...

docs

**What is this PR about?** #DataUmbrellaPyMCSprint References #5459 - Docstring formatting - Some typos - Added in kwargs for IMH and MH - Unsure about line “Model (optional if in...

Adds docstrings describing how to track changing shape of `MutableData` in the likelihood. Meant to address issue #5987. The recommended solution is then to set the `shape=x.shape`, like this: ```python...

## Description of your problem Including an example and a better explanation would go a long way in helping people understand this functionality https://docs.pymc.io/en/latest/api/generated/pymc.Deterministic.html

docs
beginner friendly
help wanted

When trying to selectively save certain variables from sampling using `var_names` in `sample_numpyro_nuts`, PyMC throws a mysterious error. More specifically, I have a large model, but only really care about...

defects
jax

**What is this PR about?** For VI the mean and std of approximations is currently only available as an unstructured flat Aesara Variable. This leads to frequent questions on how...

VI