We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc40ce commit 31a9f14Copy full SHA for 31a9f14
pymc3/step_methods/__init__.py
@@ -14,7 +14,6 @@
14
15
from pymc3.step_methods.compound import CompoundStep
16
from pymc3.step_methods.elliptical_slice import EllipticalSlice
17
-from pymc3.step_methods.gibbs import ElemwiseCategorical
18
from pymc3.step_methods.hmc import NUTS, HamiltonianMC
19
from pymc3.step_methods.metropolis import (
20
BinaryGibbsMetropolis,
pymc3/step_methods/gibbs.py
0 commit comments