pymc-devs / pymc-devs/pymc-examples
Error with `examples/ode_models/ODE_API_introduction.ipynb`
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 398
- Forks
- 325
- Avg merge
- 9d 15m
- Merged PRs (30d)
- 1
Description
Needs a port to latest PyMC
────────────────────────────────────────── Error running examples/ode_models/ODE_API_introduction.ipynb ──────────────────────────────────────────
---------------------------------------------------------------------------
Exception encountered at "In [2]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[2], line 5
3 import matplotlib.pyplot as plt
4 import numpy as np
----> 5 import pymc3 as pm
6 import theano
8 from pymc3.ode import DifferentialEquation
ModuleNotFoundError: No module named 'pymc3'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open examples/ode_models/ODE_API_introduction.ipynb and start with the imports in cell In[2], especially pymc3 and the ODE-related imports. Compare those references with the current PyMC API and run the notebook to verify the example completes without the reported ModuleNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100