Skip to content

Commit

Permalink
Add new vi plots (#196)
Browse files Browse the repository at this point in the history
* add new vi plots

* fix tests

* add missing file
  • Loading branch information
aloctavodia authored Nov 25, 2024
1 parent 282b2ef commit 4ef2dd0
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 101 deletions.
6 changes: 6 additions & 0 deletions pymc_bart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@
from pymc_bart.pgbart import PGBART
from pymc_bart.split_rules import ContinuousSplitRule, OneHotSplitRule, SubsetSplitRule
from pymc_bart.utils import (
compute_variable_importance,
plot_convergence,
plot_dependence,
plot_ice,
plot_pdp,
plot_scatter_submodels,
plot_variable_importance,
plot_variable_inclusion,
)

__all__ = [
Expand All @@ -30,11 +33,14 @@
"ContinuousSplitRule",
"OneHotSplitRule",
"SubsetSplitRule",
"compute_variable_importance",
"plot_convergence",
"plot_dependence",
"plot_ice",
"plot_pdp",
"plot_scatter_submodels",
"plot_variable_importance",
"plot_variable_inclusion",
]
__version__ = "0.7.1"

Expand Down
Loading

0 comments on commit 4ef2dd0

Please sign in to comment.