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 306bc72 commit ce302bcCopy full SHA for ce302bc
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.3"
+__version__ = "0.1.0"
22
23
24
pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]
0 commit comments