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 72e030d commit aebc0acCopy full SHA for aebc0ac
pymc_bart/__init__.py
@@ -18,7 +18,7 @@
18
from pymc_bart.utils import plot_dependence, plot_variable_importance, predict
19
20
__all__ = ["BART", "PGBART"]
21
-__version__ = "0.0.2"
+__version__ = "0.0.3"
22
23
import pymc as pm
24
0 commit comments