Skip to content

Commit 60ca1a3

Browse files
committed
Fix link in NEWS
1 parent 5edd3b6 commit 60ca1a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ unit tests against Python's "shap".
1515
### API
1616

1717
- The argument `feature_names` can now also be used with matrix input ([#166](https://github.com/ModelOriented/kernelshap/pull/166)).
18-
- `kernelshap()` and `permshap()` have received a `seed = NULL` argument ([#169](https://github.com/ModelOriented/kernelshap/pull/169)).
18+
- `kernelshap()` and `permshap()` have received a `seed = NULL` argument ([#170](https://github.com/ModelOriented/kernelshap/pull/170)).
1919
- Parallel mode: If missing packages or globals have to be specified, this now has to be done through `parallel_args = list(packages = ..., globals = ...)`
2020
instead of `parallel_args = list(.packages = ..., .globals = ...)`, see section on parallelism below.
2121
The list is passed to `[foreach::foreach(.options.future = ...)]`.
@@ -26,15 +26,15 @@ The list is passed to `[foreach::foreach(.options.future = ...)]`.
2626
- `permshap()` and `kernelshap()` are faster for data.frame input,
2727
and slightly slower for matrix input ([#166](https://github.com/ModelOriented/kernelshap/pull/166)).
2828
- Additionally, `permshap(, exact = TRUE)` is faster by pre-calculating more
29-
elements used across rows [#165](https://github.com/ModelOriented/kernelshap/pull/165)
29+
elements used across rows ([#165](https://github.com/ModelOriented/kernelshap/pull/165)).
3030

3131
### Internal changes
3232

3333
- Matrices holding on-off vectors are now consistently of type logical ([#167](https://github.com/ModelOriented/kernelshap/pull/167)).
3434

3535
### Changes in parallelism
3636

37-
We have switched from `%dopar%` to `doFuture` ([#169](https://github.com/ModelOriented/kernelshap/pull/169)) with the following impact:
37+
We have switched from `%dopar%` to `doFuture` ([#170](https://github.com/ModelOriented/kernelshap/pull/170)) with the following impact:
3838

3939
- No need for calling `registerDoFuture()` anymore.
4040
- Random seeding is properly handled, and respects `seed`, thanks [#163](https://github.com/ModelOriented/kernelshap/issues/163) for reporting.

0 commit comments

Comments
 (0)