Skip to content

Commit 969b7f9

Browse files
committed
fixes #235
1 parent 47baa95 commit 969b7f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manuscript/feature-importance.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,5 @@ A good overview of various importance techniques is provided in the paper by Wei
310310
## Code
311311

312312
The `iml` R package was used for the examples.
313-
The R packages `DALEX` and `vip`, as well as the Python libraries `alibi`, `scikit-learn`, and `rfpimp`, also implement model-agnostic permutation feature importance.
313+
The R packages `DALEX` and `vip`, as well as the Python libraries `alibi`, `eli5`, `scikit-learn`, and `rfpimp`, also implement model-agnostic permutation feature importance.
314314

manuscript/lime.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,6 @@ But the method is still in development phase and many problems need to be solved
656656
## Software
657657

658658
The original Python implementation is in the [lime package](https://github.com/marcotcr/lime).
659-
Another Python implementation is in [PiML](https://selfexplainml.github.io/PiML-Toolbox/_build/html/index.html).
659+
Other Python implementations can be found in [PiML](https://selfexplainml.github.io/PiML-Toolbox/_build/html/index.html) and [eli5](https://eli5.readthedocs.io/en/latest/blackbox/lime.html).
660660

661661
In R, you can use [iml](https://github.com/giuseppec/iml) or [DALEX](https://dalex.drwhy.ai/).

0 commit comments

Comments
 (0)