|
1 | | -treeshap 0.2.5 |
2 | | ----------------------------------------------------------------- |
3 | | -* Wrap more examples in `\donttest{}`. |
4 | | - |
5 | | -treeshap 0.2.4 |
6 | | ----------------------------------------------------------------- |
7 | | -* Fixed issues with documentation. |
8 | | -* Replaced `\dontrun{}` with `\donttest{}` or unwrapped less computationally expensive examples. |
9 | | - |
10 | | -treeshap 0.2.3 |
11 | | ----------------------------------------------------------------- |
12 | | -* Changed use of bitwise '|' to logical '||' with boolean operands in C++ files. |
13 | | - |
14 | | -treeshap 0.2.2 |
15 | | ----------------------------------------------------------------- |
16 | | -* Prepared for initial CRAN submission. |
17 | | -* Removed `catboost.unify` function (as the `catboost` package is not on CRAN) |
18 | | - |
19 | | -treeshap 0.2.1 |
20 | | ----------------------------------------------------------------- |
| 1 | +# treeshap 0.2.5 |
| 2 | +* Removed `catboost.unify` function (as the `catboost` package is not on CRAN); it is available on a separate branch |
21 | 3 | * Fixed `randomForest.unify` for classifiers ([#12](https://github.com/ModelOriented/treeshap/issues/12), [#23](https://github.com/ModelOriented/treeshap/issues/23)) |
22 | 4 | * Implemented consolidated (generic) `unify` function ([#18](https://github.com/ModelOriented/treeshap/issues/18)) |
23 | 5 | * An error is thrown when the data passed to the `unify` or `treeshap` functions contain variables that are not used by the model ([#14](https://github.com/ModelOriented/treeshap/issues/14)) |
24 | | - |
25 | | -treeshap 0.2.0 |
26 | | ----------------------------------------------------------------- |
27 | 6 | * Added implementation for random survival forests created using `ranger` ([#22](https://github.com/ModelOriented/treeshap/pull/22), [#26](https://github.com/ModelOriented/treeshap/pull/26)) |
28 | 7 | * Fixed GitHub Actions, check and test issues ([#25](https://github.com/ModelOriented/treeshap/pull/25), [#29](https://github.com/ModelOriented/treeshap/pull/29)) |
| 8 | +* Fixed issues with documentation and examples |
| 9 | +* Changed use of bitwise '|' to logical '||' with boolean operands in C++ files |
29 | 10 |
|
30 | | -treeshap 0.1.1 |
31 | | ----------------------------------------------------------------- |
| 11 | +# treeshap 0.1.1 |
32 | 12 | * Fixed `plot_contribution` when `max_vars` is larger than the number of variables ([#16](https://github.com/ModelOriented/treeshap/issues/16)) |
33 | 13 |
|
34 | | -treeshap 0.1.0 |
35 | | ----------------------------------------------------------------- |
| 14 | +# treeshap 0.1.0 |
36 | 15 | * Rebuilded treeshap function so it now stores observations and whole dataset |
37 | 16 | * Rebuilded all unifiers so they require passing data. |
38 | 17 |
|
39 | | -treeshap 0.0.1 |
40 | | ----------------------------------------------------------------- |
| 18 | +# treeshap 0.0.1 |
41 | 19 | * Made package pass all checks |
42 | 20 | * Fixed infinite recursion issue in ranger ([see commit](https://github.com/ModelOriented/treeshap/commit/eff70d8095932128151fb4c015fd61b89635aa9e)) |
43 | 21 | * If there is no missing value in the model, unifiers return `NA` for `Missing` column ([see commit](https://github.com/ModelOriented/treeshap/commit/eff70d8095932128151fb4c015fd61b89635aa9e)) |
44 | 22 |
|
45 | | -treeshap 0.0.0.9000 |
46 | | ----------------------------------------------------------------- |
| 23 | +# treeshap 0.0.0.9000 |
47 | 24 | * treeshap is now public |
48 | 25 | * Implemented fast computations of tree ensemble shap values in C++ |
49 | 26 | * Implemented unifiers for catboost, lightgbm, xgboost, gbm, ranger and randomForest |
|
0 commit comments