Skip to content

Commit 14e2406

Browse files
authored
remove bart (#75)
* remove bart * black
1 parent 9924d92 commit 14e2406

File tree

8 files changed

+0
-1523
lines changed

8 files changed

+0
-1523
lines changed

docs/api_reference.rst

-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ methods in the current release of PyMC experimental.
99
:maxdepth: 2
1010

1111

12-
:mod:`pymc_experimental.bart`
13-
=============================
14-
15-
.. automodule:: pymc_experimental.bart
16-
:members: BART, PGBART, plot_dependence, plot_variable_importance, predict
17-
18-
1912
:mod:`pymc_experimental.distributions`
2013
=============================
2114

pymc_experimental/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212

1313

1414
from pymc_experimental import distributions, gp, utils
15-
from pymc_experimental.bart import *

pymc_experimental/bart/__init__.py

-29
This file was deleted.

pymc_experimental/bart/bart.py

-151
This file was deleted.

0 commit comments

Comments
 (0)