-
Hello @pbiecek,
I am currently trying to add a functionality to treeshap that allows to compute SHAP values depending on the survival time.
My goal is to provide SHAP values computed with treeshap…
-
CRAN informed that package_version() will stop to accept numeric values (for good reasons).
This row should be fixed accordingly:
```
utils::packageVersion("lightgbm") >= 4
```
-
Hello,
I want to try to run kernelshap with the example related to mlr3, ranger package but it reports an error as in the title, what should I do about this?
-
MacOS does not recognize text in math Latex. Need to replace by textrm. Fixed in https://github.com/ModelOriented/kernelshap/pull/89
-
Consider a simple force plot generated from the `diamonds` dataset:
```R
library(shapviz)
library(ggplot2)
library(xgboost)
set.seed(3653)
x
-
R version 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
Win11 home, AMD Ryzen 5 2600 Six-Core …
-
Hi Jakub, I hope you are well.
I am using the fair models library for classification purposes on my data and have the following graph.. Can you interpret it, I mean what does the bar at the right s…
-
The result of `kernelshap()` applied to a multiresponse model containts an unnamed list `S` of shap values. It would be nice if the elements would be named according to the prediction function output.…
-
Upon construction of a "mshapviz" object, class names or other response names are lost. This should be fixed.
-
Hi,
I am running you code and run into below error:
> shapviz::sv_importance(shp)
Error in FUN(newX[, i], ...) : unused argument (simplify = FALSE)
Can you please help?