issues Search Results · repo:pymc-devs/pymc language:Python
Filter by
3k results
(76 ms)3k results
inpymc-devs/pymc (press backspace or delete to remove)Describe the issue:
I just ran into a logprob rewrite error with an AdvancedSubTensor op that mixed None entries and int32 indices together.
This wasn t actually a mixture model but logprob found the ...
beginner friendly
bug
logprob
lucianopaz
- Opened yesterday
- #7762
Describe the issue:
I m running pymc in a condor HTC environment, where my models are sampled on compute nodes and the output is streamed or
copied back to the host.
Without any options to checkpoint ...
bug
tvwenger
- 1
- Opened 9 days ago
- #7757
Describe the issue:
I can no longer do posterior predictive sampling with any model involving a gp.Latent. Every model I tried instantly
runs into LinAlgError.
Reproduceable code example:
import numpy ...
bug
GP
michaelosthege
- 5
- Opened 11 days ago
- #7754
Description
The current supported zarr version is 3.0.0 (for some reason, this isn t explicitly stated in the setup.py optional
requirements which can cause installation conflicts). Ideally, we should ...
lucianopaz
- Opened 17 days ago
- #7752
Describe the issue:
At this line,
logp = -0.5 * (k * pt.log(2 * np.pi) + quadratic_form) + logdet
should be
logp = -0.5 * (k * pt.log(2 * np.pi) + quadratic_form + logdet)
Reproduceable code example: ...
bug
ckrapu
- 1
- Opened 17 days ago
- #7751
Description
@ricardoV94, I was wondering why the conda-forge autotick bot didn t trigger for the latest release and I noticed a
peculiarity. I don t think this is particularly urgent, but we should figure ...
maresb
- 7
- Opened 21 days ago
- #7748
When does the use of Potential have an impact on posterior predictive sampling?
https://github.com/pymc-devs/pymc/blob/6ef135b6cbeaee3c3be1efb7a5af1ddfdbc3c861/pymc/model/core.py?plain=1#L2274-L2278
...
williambdean
- 2
- Opened 24 days ago
- #7744
Before
After
gp = pm.gp.HSGP(m=[25, 25], c=4.0, cov_func=cov_func)
f = gp.prior( f , X=X, n_outputs=10)
Context for the issue:
Hi,
First of all big fan of this package and the recent work on HSGP. ...
feature request
harrylojames
- 1
- Opened 28 days ago
- #7739
Description
(See also https://github.com/pymc-devs/pytensor/issues/1306)
Description
There s currently an API token for PyPI in the secrets that we re no longer using since we migrated to trusted
publishing ...
maresb
- 6
- Opened on Mar 20
- #7731
Describe the issue:
Sampling with observations containing missing values is failing in 5.20. Metropolis raises a TypeError when updating the
sampling metadata. This does not occur when Metropolis is used ...
bug
fonnesbeck
- 2
- Opened on Mar 16
- #7724

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.