Closed
Description
I think it would be useful to standardize how pymc
should be imported. Currently most of the examples and also the pymc3
tutorial use:
from pymc import *
Of course this should be discouraged, and it would be useful to choose a standard shortcut import.
I suggest using:
import pymc as mc
It is used by Bayesian Methods for Hackers which I guess is one of the most common ways new users start using pymc
.
If there is agreement on this, it would be useful to prepare a PR with standardization of the examples and tutorial (I can do this if nobody else volunteers).
Metadata
Metadata
Assignees
Labels
No labels