Skip to content

remove bart #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/api_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ methods in the current release of PyMC experimental.
:maxdepth: 2


:mod:`pymc_experimental.bart`
=============================

.. automodule:: pymc_experimental.bart
:members: BART, PGBART, plot_dependence, plot_variable_importance, predict


:mod:`pymc_experimental.distributions`
=============================

Expand Down
1 change: 0 additions & 1 deletion pymc_experimental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@


from pymc_experimental import distributions, gp, utils
from pymc_experimental.bart import *
29 changes: 0 additions & 29 deletions pymc_experimental/bart/__init__.py

This file was deleted.

151 changes: 0 additions & 151 deletions pymc_experimental/bart/bart.py

This file was deleted.

Loading