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 80f78d6 commit a8fc3cbCopy full SHA for a8fc3cb
pymc_bart/__init__.py
@@ -18,7 +18,7 @@
18
from pymc_bart.utils import plot_convergence, plot_dependence, plot_variable_importance
19
20
__all__ = ["BART", "PGBART"]
21
-__version__ = "0.3.2"
+__version__ = "0.4.0"
22
23
24
pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]
0 commit comments