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 3f94827 commit 7837629Copy full SHA for 7837629
tests/test_bart.py
@@ -5,6 +5,7 @@
5
from numpy.testing import assert_almost_equal, assert_array_equal
6
from pymc.tests.distributions.util import assert_moment_is_expected
7
8
+import pymc_bart as pmb
9
10
def test_split_node():
11
split_node = pmb.tree.SplitNode(index=5, idx_split_variable=2, split_value=3.0)
0 commit comments