Powerful add-ons for PyMC

analytics bayesian-statistics modeling python
20 Open Issues Need Help Last updated: Jul 26, 2026

Open Issues Need Help

View All on GitHub
bug good first issue marginalization

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python
enhancements good first issue help wanted maintenance

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python
bug enhancements help wanted

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python
help wanted maintenance

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python
good first issue help wanted maintenance statespace

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python
docs good first issue statespace

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python
bug help wanted maintenance pytensor

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python
enhancements good first issue help wanted statespace

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python
enhancements help wanted feature request statespace

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python
good first issue

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python

AI Summary: This issue proposes replacing Pandas with Narwhals in the `PyMCStatespace` class and its associated data preprocessing utilities. The goal is to make the data handling more agnostic, allowing users to provide data from various dataframe libraries, as the current implementation is tightly coupled to Pandas, even depending on index types. Narwhals is suggested as a suitable abstraction layer to achieve this flexibility.

Complexity: 4/5
enhancements help wanted statespace

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python
docs help wanted maintenance statespace

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python

AI Summary: Refactor the `test_structural_model_against_statsmodels` test in the `pymc-extras` project. The task involves splitting the existing test into smaller, more focused tests, each verifying a specific property of the structural model components. This improves maintainability and debuggability by reducing complexity and eliminating redundant checks.

Complexity: 4/5
help wanted maintenance statespace tests

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python

AI Summary: The task is to add a check to the `build_statespace_graph` function in the `pymc-extras` project to ensure that the order of columns in the input dataframe matches the order of observed states specified in `observed_state_names`. This is crucial for multivariate time series to prevent misalignment of time series indices, ensuring correct model behavior.

Complexity: 3/5
bug good first issue

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python

AI Summary: The task involves creating a custom C operator (COp) for Kalman filtering within the PyMC ecosystem. This aims to improve performance by bypassing the limitations of JAX and enabling support for non-standard operations and sparse matrices, potentially as part of the `pymc-extras` repository for experimental features.

Complexity: 4/5
enhancements help wanted feature request statespace

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python

AI Summary: Explore the feasibility and implementation of using sparse matrices within the PyMC statespace models to handle large, sparse systems. This involves investigating PyTensor's sparse matrix capabilities, determining necessary modifications to the KalmanFilter and related components (PytensorRepresentation, PyMCStatespace, model.build_symbolic_graph methods) to support sparse inputs and outputs.

Complexity: 4/5
enhancements help wanted feature request statespace

Powerful add-ons for PyMC

Jupyter Notebook
#analytics#bayesian-statistics#modeling#python