INVESTIGADORES
MARTIN Osvaldo Antonio
artículos
Título:
PyMC: a modern, and comprehensive probabilistic programming framework in Python
Autor/es:
ORIOL ABRIL-PLA; VIRGILE ANDREANI; COLIN CARROLL; LARRY DONG; CHRISTOPHER J. FONNESBECK; MAXIM KOCHUROV; RAVIN KUMAR; JUNPENG LAO; CHRISTIAN C. LUHMANN; MARTIN, OSVALDO A.; MICHAEL OSTHEGE; RICARDO VIEIRA; THOMAS WIECKI; ROBERT ZINKOV
Revista:
PeerJ Computer Science
Editorial:
PeerJ
Referencias:
Año: 2023
ISSN:
2376-5992
Resumen:
PyMC is a probabilistic programming library for Python that provides tools for constructing and fitting Bayesian models. It offers an intuitive, readable syntax that is close to the natural syntax statisticians use to describe models. PyMC leverages the symbolic computation library PyTensor, allowing it to be compiled into a variety of computational backends, such as C, JAX, and Numba, which in turn offer access to different computational architectures including CPU, GPU, and TPU. Being a general modeling framework, PyMC supports a variety of models including generalized hierarchical linear regression and classification, time series, ordinary differential equations (ODEs), and non-parametric models such as Gaussian processes (GPs). We demonstrate PyMC’s versatility and ease of use with examples spanning a range of common statistical models. Additionally, we discuss the positive role of PyMC in the development of the open-source ecosystem for probabilistic programming.