Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
cluhmann
/
pymc
Public
forked from
pymc-devs/pymc
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Nov 29, 2023
Update installation instructions to remove incompatibility of JAX on Windows
jackhenderson101
authored and
ricardoV94
committed
02cbac6
View commit details
Copy full SHA for 02cbac6
Browse repository at this point
Another small fixes in docs and imports (#7030)
Show description for 005ba5f
3 people
authored
005ba5f
View commit details
Copy full SHA for 005ba5f
Browse repository at this point
Commits on Nov 28, 2023
Better float32 sampling support for TruncatedNormal (#7026)
Show description for 915e6a2
JasonTam
authored
915e6a2
View commit details
Copy full SHA for 915e6a2
Browse repository at this point
Commits on Nov 25, 2023
Bump Pytensor dependency to >=2.18.1,<2.19
ricardoV94
committed
f8b142a
View commit details
Copy full SHA for f8b142a
Browse repository at this point
Commits on Nov 24, 2023
Deprecate pytensor_config
ricardoV94
committed
0b85d02
View commit details
Copy full SHA for 0b85d02
Browse repository at this point
Deprecate Model.model property
ricardoV94
committed
bbfd69e
View commit details
Copy full SHA for bbfd69e
Browse repository at this point
Remove deprecated model methods
ricardoV94
committed
43ddea3
View commit details
Copy full SHA for 43ddea3
Browse repository at this point
Update GOVERNANCE.md (#7031)
Show description for 2fb312b
canyon289
and
purna135
authored
2fb312b
View commit details
Copy full SHA for 2fb312b
Browse repository at this point
Commits on Nov 23, 2023
Use PyTensor StudentT RV
ricardoV94
authored and
twiecki
committed
8ec1f08
View commit details
Copy full SHA for 8ec1f08
Browse repository at this point
Fix docs formatting in `shape_utils` (#7025)
Show description for ec70d86
kataev
and
Denis Kataev
authored
ec70d86
View commit details
Copy full SHA for ec70d86
Browse repository at this point
update theme (#7018)
Show description for 373274a
OriolAbril
authored
373274a
View commit details
Copy full SHA for 373274a
Browse repository at this point
Commits on Nov 18, 2023
Deprecate unused function walk_model
ricardoV94
committed
547bcb4
View commit details
Copy full SHA for 547bcb4
Browse repository at this point
Merge functionality of pytensorf and logprob/utils
Show description for cb02b26
ricardoV94
committed
cb02b26
View commit details
Copy full SHA for cb02b26
Browse repository at this point
Remove deprecated function rvs_to_value_vars
ricardoV94
committed
55cc5aa
View commit details
Copy full SHA for 55cc5aa
Browse repository at this point
Move ZeroSumTransform methods inside respective class
ricardoV94
committed
25fa5a2
View commit details
Copy full SHA for 25fa5a2
Browse repository at this point
Remove duplicate ChainTransform
ricardoV94
committed
1b0433f
View commit details
Copy full SHA for 1b0433f
Browse repository at this point
Rename RVTransform to Transform
ricardoV94
committed
04a03b5
View commit details
Copy full SHA for 04a03b5
Browse repository at this point
Commits on Nov 17, 2023
Update devcontainer (#7017)
Show description for 1d7c957
maresb
authored
1d7c957
View commit details
Copy full SHA for 1d7c957
Browse repository at this point
ChiSquared now returns a Gamma random variable (#7007)
williambdean
authored
305eb39
View commit details
Copy full SHA for 305eb39
Browse repository at this point
Commits on Nov 14, 2023
Update CODE_OF_CONDUCT.md
Show description for cac99d9
fonnesbeck
authored and
twiecki
committed
cac99d9
View commit details
Copy full SHA for cac99d9
Browse repository at this point
Commits on Nov 13, 2023
Default `moment` for `CustomDist` provided with a `dist` function (#6873)
Show description for ad450a6
aerubanov
and
ricardoV94
authored
ad450a6
View commit details
Copy full SHA for ad450a6
Browse repository at this point
Commits on Nov 10, 2023
Fix typo in distribution dimensionality (#7005)
Show description for d7415de
nicrie
authored
d7415de
View commit details
Copy full SHA for d7415de
Browse repository at this point
Commits on Nov 8, 2023
Change random_seed in test_car_rng_fn
ricardoV94
committed
ec24ce6
View commit details
Copy full SHA for ec24ce6
Browse repository at this point
Allow IntervalTransform to handle dynamic infinite bounds
Show description for 693dd34
ricardoV94
committed
693dd34
View commit details
Copy full SHA for 693dd34
Browse repository at this point
Disable progressbar in SMC tests on Windows
ricardoV94
committed
6b051f9
View commit details
Copy full SHA for 6b051f9
Browse repository at this point
Do not create new Ops in TransformValuesRewrite
ricardoV94
committed
5360939
View commit details
Copy full SHA for 5360939
Browse repository at this point
Move value transform logic to its own logprob file
ricardoV94
committed
33a6af1
View commit details
Copy full SHA for 33a6af1
Browse repository at this point
Commits on Nov 3, 2023
Recognize alternative form of sigmoid in logprob inference
ricardoV94
committed
ec4407d
View commit details
Copy full SHA for ec4407d
Browse repository at this point
Commits on Nov 2, 2023
Fix compute_test_value error when creating observed variables (#6982)
Show description for 714b4a0
vandalt
and
ricardoV94
authored
714b4a0
View commit details
Copy full SHA for 714b4a0
Browse repository at this point
Commits on Nov 1, 2023
Add more missing functions to math module
ricardoV94
committed
58217cc
View commit details
Copy full SHA for 58217cc
Browse repository at this point
Commits on Oct 26, 2023
Support logp derivation of `power(base, rv)` (#6962)
Show description for 419af06
LukeLB
and
Luke LB
authored
419af06
View commit details
Copy full SHA for 419af06
Browse repository at this point
Commits on Oct 25, 2023
Run pre-commit and mypy on oldest supported Python version (#6969)
Show description for c53277b
ricardoV94
authored
c53277b
View commit details
Copy full SHA for c53277b
Browse repository at this point
Commits on Oct 24, 2023
Fix truncated rejection sampling for scalar RVs
ricardoV94
committed
6b486b9
View commit details
Copy full SHA for 6b486b9
Browse repository at this point
Logprob derivation of Max for Discrete IID distributions (#6790)
Dhruvanshu-Joshi
authored
efa0d34
View commit details
Copy full SHA for efa0d34
Browse repository at this point
Commits on Oct 23, 2023
Improve blackjax sampling integration (#6963)
Show description for c3f93ba
junpenglao
authored
c3f93ba
View commit details
Copy full SHA for c3f93ba
Browse repository at this point
Previous
Next
You can’t perform that action at this time.