Contents

pymc3 3.11.6

0

Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Thean

Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Theano

Stars: 9478, Watchers: 9478, Forks: 2207, Open Issues: 460

The pymc-devs/pymc repo was created 16 years ago and the last code push was 6 hours ago.
The project is extremely popular with a mindblowing 9478 github stars!

How to Install pymc3

You can install pymc3 using pip

pip install pymc3

or add it to a project with poetry

poetry add pymc3

Package Details

Author
None
License
Apache License, Version 2.0
Homepage
http://github.com/pymc-devs/pymc3
PyPi:
https://pypi.org/project/pymc3/
GitHub Repo:
https://github.com/pymc-devs/pymc3

Classifiers

  • Scientific/Engineering
  • Scientific/Engineering/Mathematics
No  pymc3  pypi packages just yet.

Errors

A list of common pymc3 errors.

Code Examples

Here are some pymc3 code examples and snippets.

GitHub Issues

The pymc3 package has 460 open issues on GitHub

  • Derive Categorical from Argmin/Argmax
  • Fix multi-output IfElse logp for non-lazy backends
  • Improve links and references in dims module notebook
  • Fix model_to_graphviz for Flat variables
  • logprob for non-overlapping switch accepts equivalent spellings
  • Add rewrites with RV reparametrization tricks
  • ENH: support non-overlapping switch logp transforms with non-zero thresholds (x ? k)
  • ENH: general framework for non-overlapping switch logp transforms (monotone branches)
  • ENH: support non-overlapping switch logp with scaling on both branches
  • ENH: extending equivalent non-overlapping switch logp forms
  • Implements more Dims Distributions
  • SMC Multiprocessing and Progress Bar Refactor
  • Feature/transform aware bounds checking
  • Replace legacy seeded_test fixture with NumPy Generator in tests
  • Respect value dtype in partial_observed_rv_logprob

See more issues on GitHub

Related Packages & Articles

aesara 2.9.4

A library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays.

pyflux 0.4.15

pyflux is a Python library designed for time series analysis. It includes modern time series models, including ARIMA, GARCH, and state space models. With a flexible set of inference options, pyflux enables a probabilistic approach to time series modeling. Though still in alpha, it's an invaluable tool for statisticians and data scientists working with time series data.