Skip to content

Commit aaa98df

Browse files
committed
fix NEWS.md formatting
1 parent 32e6500 commit aaa98df

File tree

1 file changed

+8
-31
lines changed

1 file changed

+8
-31
lines changed

NEWS.md

Lines changed: 8 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,26 @@
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
213
* Fixed `randomForest.unify` for classifiers ([#12](https://github.com/ModelOriented/treeshap/issues/12), [#23](https://github.com/ModelOriented/treeshap/issues/23))
224
* Implemented consolidated (generic) `unify` function ([#18](https://github.com/ModelOriented/treeshap/issues/18))
235
* 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-
----------------------------------------------------------------
276
* 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))
287
* 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
2910

30-
treeshap 0.1.1
31-
----------------------------------------------------------------
11+
# treeshap 0.1.1
3212
* Fixed `plot_contribution` when `max_vars` is larger than the number of variables ([#16](https://github.com/ModelOriented/treeshap/issues/16))
3313

34-
treeshap 0.1.0
35-
----------------------------------------------------------------
14+
# treeshap 0.1.0
3615
* Rebuilded treeshap function so it now stores observations and whole dataset
3716
* Rebuilded all unifiers so they require passing data.
3817

39-
treeshap 0.0.1
40-
----------------------------------------------------------------
18+
# treeshap 0.0.1
4119
* Made package pass all checks
4220
* Fixed infinite recursion issue in ranger ([see commit](https://github.com/ModelOriented/treeshap/commit/eff70d8095932128151fb4c015fd61b89635aa9e))
4321
* If there is no missing value in the model, unifiers return `NA` for `Missing` column ([see commit](https://github.com/ModelOriented/treeshap/commit/eff70d8095932128151fb4c015fd61b89635aa9e))
4422

45-
treeshap 0.0.0.9000
46-
----------------------------------------------------------------
23+
# treeshap 0.0.0.9000
4724
* treeshap is now public
4825
* Implemented fast computations of tree ensemble shap values in C++
4926
* Implemented unifiers for catboost, lightgbm, xgboost, gbm, ranger and randomForest

0 commit comments

Comments
 (0)