issues Search Results · repo:pymc-devs/pymc language:Python
Filter by
3k results
(90 ms)3k results
inpymc-devs/pymc (press backspace or delete to remove)Description
This is currently not possible to do correctly:
import pymc as pm
with pm.Model(coords={ time : range(4)}) as m:
x = pm.Normal( x , dims=( time ,))
pm.Deterministic( x[1:] , x[1:], dims=( ...
model
trace-backend
ricardoV94
- Opened 4 days ago
- #7852
Describe the issue:
The function find_constants in backends/arviz.py aims to return the elements that should go into the constant data group
and has some logic to remove instances of pm.Data that are ...
bug
trace-backend
OriolAbril
- 4
- Opened 8 days ago
- #7851
Issue with current documentation:
From here: https://www.pymc.io/about/ecosystem.html
CausalPy: A package focussing on causal inference in quasi-experimental settings.
Idea or request for content:
...
docs
galenseilis
- Opened 11 days ago
- #7847
Issue with current documentation:
The sponsors list here is outdated. Should also have a section for Past Sponsors .
https://github.com/pymc-devs/pymc/blob/main/README.rst
References
References https://github.com/pymc-devs/pymc.io/pull/107#issue-3201174763 ...
docs
reshamas
- 2
- Opened 11 days ago
- #7846
Description
Why are we defining a new string type? An alias is sufficient if we even need it, but I think str is just fine. Also all
PyTensor variables have a name attribute we don t need to call getattr(variable, ...
beginner friendly
maintenance
ricardoV94
- Opened 12 days ago
- #7843
Describe the issue:
Docker build command fails when trying to install git dependency because git is not installed in docker container.
Reproduceable code example:
bash scripts/docker_container.sh build ...
bug
aerubanov
- Opened 14 days ago
- #7839
Describe the issue:
Running the example code for pymc.OrderedLogistic results in a ZeroDivisionError during sampling.
Reproduceable code example:
# this is simply the example from the documentation ...
bug
LucHeuff
- 7
- Opened 19 days ago
- #7838
Describe the issue:
If I sample the prior predictive while using DiscreteUniform as a prior I get the error AssertionError:
FunctionGraph(Floor(x)), where x is the value of the upper limit of the distribution ...
installation
pytensor
winOS
jacaseyclyde
- 2
- Opened 21 days ago
- #7834
Describe the issue:
Good Afternoon,
Wanted to check if anyone s else s workflows on Databricks are failing to install pymc== 5.23.0 on 14.3 lts + clusters
on Databricks as of earlier today.
Both within ...
bug
brawth
- 3
- Opened 22 days ago
- #7832
From example in the README
import pymc as pm
# Taking draws from a normal distribution
seed = 42
x_dist = pm.Normal.dist(shape=(100, 3))
x_data = pm.draw(x_dist, random_seed=seed)
# Define coordinate ...
williambdean
- Opened 22 days ago
- #7829

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!
Restrict your search to the title by using the in:title qualifier.