pymc-devs / pymc-devs/pymc-examples
Error in `examples/samplers/MLDA_simple_linear_regression.ipynb`
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 398
- Forks
- 325
- Avg merge
- 9d 15m
- Merged PRs (30d)
- 1
Description
Potentially completely stale notebook which needs to be removed.
────────────────────────────────────── Error running examples/samplers/MLDA_simple_linear_regression.ipynb ───────────────────────────────────────
---------------------------------------------------------------------------
Exception encountered at "In [10]":
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[10], line 3
1 with fine_model:
2 # Initialise step methods
----> 3 step = pm.MLDA(coarse_models=, subsampling_rates=[10])
4 step_2 = pm.Metropolis()
5 step_3 = pm.DEMetropolisZ()
AttributeError: module 'pymc' has no attribute 'MLDA'
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/samplers/MLDA_simple_linear_regression.ipynb and inspect the failing In [10] cell. Verify whether the notebook is still supported with the current PyMC API; done means resolving the stale example decision and ensuring the examples checks no longer report this failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100