pymc-devs / pymc-examples

Examples of PyMC models, including a library of Jupyter notebooks.
https://www.pymc.io/projects/examples/en/latest/
MIT License
269 stars 234 forks source link

Typo in GLM hierarchical binomial model #247

Open farhanreynaldo opened 2 years ago

farhanreynaldo commented 2 years ago

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:

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.

OriolAbril commented 2 years ago

sounds great, can you also make sure it follows the style guide?

farhanreynaldo commented 2 years ago

sounds great, can you also make sure it follows the style guide?

Sure, I will make the PR.