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 833790f commit cdb3899Copy full SHA for cdb3899
pymc_bart/__init__.py
@@ -18,7 +18,7 @@
18
from pymc_bart.utils import plot_dependence, plot_variable_importance
19
20
__all__ = ["BART", "PGBART"]
21
-__version__ = "0.2.1"
+__version__ = "0.3.0"
22
23
24
pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]
0 commit comments