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 9af455c commit b786daeCopy full SHA for b786dae
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.3.0"
+__version__ = "0.3.1"
22
23
24
pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]
0 commit comments