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 1b36efe commit 5003d15Copy full SHA for 5003d15
pymc_bart/__init__.py
@@ -36,7 +36,7 @@
36
"plot_pdp",
37
"plot_variable_importance",
38
]
39
-__version__ = "0.6.0"
+__version__ = "0.7.0"
40
41
42
pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]
requirements.txt
@@ -1,4 +1,4 @@
1
-pymc<5.16.0
+pymc<=5.16.2
2
arviz>=0.18.0
3
numba
4
matplotlib
0 commit comments