You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found several minor errors in the notebook, listed as follows:
In the notebook title and its filename, is the word binominal instead of binomial chosen by intention?
I found several typos in hierarchical in various spelling, namely heirarchical and heirarchichal.
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.
The text was updated successfully, but these errors were encountered:
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:
binominal
instead ofbinomial
chosen by intention?hierarchical
in various spelling, namelyheirarchical
andheirarchichal
.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.
The text was updated successfully, but these errors were encountered: