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 30e5b0f commit 618929eCopy full SHA for 618929e
pymc_bart/pgbart.py
@@ -24,7 +24,8 @@
24
from pytensor.tensor.var import Variable
25
26
from pymc.model import modelcontext
27
-from pymc.step_methods.arraystep import ArrayStepShared, Competence
+from pymc.step_methods.arraystep import ArrayStepShared
28
+from pymc.step_methods.compound import Competence
29
from pymc.pytensorf import inputvars, join_nonshared_inputs, make_shared_replacements
30
31
from pymc_bart.bart import BARTRV
0 commit comments