Skip to content

Commit a80aee9

Browse files
authored
Merge pull request #164 from ModelOriented/h2o-random-forest
Adapt docu on h2o
2 parents 9e0bbf7 + c7fbd77 commit a80aee9

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: shapviz
22
Title: SHAP Visualizations
3-
Version: 0.9.6
3+
Version: 0.9.7
44
Authors@R: c(
55
person("Michael", "Mayer", , "mayermichael79@gmail.com", role = c("aut", "cre")),
66
person("Adrian", "Stando", , "adrian.j.stando@gmail.com", role = "ctb")

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# shapviz 0.9.7
2+
3+
### Documentation
4+
5+
- H2O random forests (regression and binary classification) are now supported as well (fast TreeSHAP) [#163](https://github.com/ModelOriented/shapviz/pull/163).
6+
7+
### Compatibility
8+
9+
- Adapt for upcoming {shapr} version, thanks @martinju for the fix [#162](https://github.com/ModelOriented/shapviz/pull/162).
10+
111
# shapviz 0.9.6
212

313
### Documentation

R/shapviz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' from a fitted model of type
66
#' - XGBoost,
77
#' - LightGBM, or
8-
#' - H2O (tree-based regression or binary classification model).
8+
#' - H2O (tree-based models).
99
#'
1010
#' Furthermore, [shapviz()] can digest the results of
1111
#' - `fastshap::explain()`,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
SHAP and feature values are stored in a "shapviz" object that is built from:
2525

26-
1. Models that know how to calculate SHAP values: XGBoost, LightGBM, H2O (boosted trees).
26+
1. Models that know how to calculate SHAP values: XGBoost, LightGBM, H2O (tree-based models).
2727
2. SHAP crunchers like {fastshap}, {kernelshap}, {treeshap}, {fastr}, and {DALEX}.
2828
3. SHAP matrix and corresponding feature values.
2929

man/shapviz.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packaging.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ library(usethis)
1515
use_description(
1616
fields = list(
1717
Title = "SHAP Visualizations",
18-
Version = "0.9.6",
18+
Version = "0.9.7",
1919
Description = "Visualizations for SHAP (SHapley Additive exPlanations),
2020
such as waterfall plots, force plots, various types of importance plots,
2121
dependence plots, and interaction plots.

0 commit comments

Comments
 (0)