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 1716c0e commit dfaa148Copy full SHA for dfaa148
pymc_bart/pgbart.py
@@ -17,7 +17,7 @@
17
import numpy as np
18
import numpy.typing as npt
19
import pymc as pm
20
-import pytensor as pt
+import pytensor.tensor as pt
21
from numba import njit
22
from pymc.initial_point import PointType
23
from pymc.model import Model, modelcontext
0 commit comments