We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61daa1 commit 97dc4bdCopy full SHA for 97dc4bd
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