pymc-devs / pymc-devs/pymc-examples
Typo in GLM hierarchical binomial model
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 398
- Forks
- 325
- Avg merge
- 9d 15m
- Merged PRs (30d)
- 1
Description
Notebook title: GLM hierarchical binomial model
Notebook url: https://github.com/pymc-devs/pymc-examples/blob/main/examples/generalized_linear_models/GLM-hierarchical-binominal-model.ipynb
Issue description
I found several minor errors in the notebook, listed as follows:
- In the notebook title and its filename, is the word
binominalinstead ofbinomialchosen by intention? - I found several typos in
hierarchicalin various spelling, namelyheirarchicalandheirarchichal. - There is inconsistency in PyMC3 spelling, which is pymc3.
And I would suggest suppressing the matplotlib code line (e.g. <AxesSubplot:xlabel='X', ylabel='Z'>) on figure output by putting the semicolon in the last line of code.
I would be happy to open a PR if any of the errors mentioned above are valid.
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 the notebook at examples/generalized_linear_models/GLM-hierarchical-binominal-model.ipynb and review its title, filename, text, and displayed outputs. Correct the binomial, hierarchical, and PyMC3 spellings and suppress the matplotlib AxesSubplot output where requested; the rendered notebook should contain no listed errors or unwanted output.
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
- Clearly specified
- Newbie friendliness
- 55/100