Package: shapper 0.1.4

shapper: Wrapper of Python Library 'shap'
Provides SHAP explanations of machine learning models. In applied machine learning, there is a strong belief that we need to strike a balance between interpretability and accuracy. However, in field of the Interpretable Machine Learning, there are more and more new ideas for explaining black-box models. One of the best known method for local explanations is SHapley Additive exPlanations (SHAP) introduced by Lundberg, S., et al., (2016) <arxiv:1705.07874> The SHAP method is used to calculate influences of variables on the particular observation. This method is based on Shapley values, a technique used in game theory. The R package 'shapper' is a port of the Python library 'shap'.
Authors:
shapper_0.1.4.tar.gz
shapper_0.1.4.zip(r-4.7)shapper_0.1.4.zip(r-4.6)shapper_0.1.4.zip(r-4.5)
shapper_0.1.4.tgz(r-4.6-any)shapper_0.1.4.tgz(r-4.5-any)
shapper_0.1.4.tar.gz(r-4.7-any)shapper_0.1.4.tar.gz(r-4.6-any)
shapper_0.1.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
shapper/json (API)
NEWS
| # Install 'shapper' in R: |
| install.packages('shapper', repos = c('https://modeloriented.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/modeloriented/shapper/issues
Last updated from:3b54449553. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 158 | ||
| source / vignettes | OK | 203 | ||
| linux-release-x86_64 | OK | 156 | ||
| macos-release-arm64 | OK | 99 | ||
| macos-oldrel-arm64 | OK | 116 | ||
| windows-devel | OK | 163 | ||
| windows-release | OK | 144 | ||
| windows-oldrel | OK | 159 | ||
| wasm-release | OK | 113 |
Exports:individual_variable_effectinstall_shapshaptheme_drwhy_colors
Dependencies:clicodetoolscpp11DALEXdigestdoFuturefarverforeachfuturefuture.applyggplot2globalsgluegridExtragtablehereiBreakDowningredientsisobanditeratorsjsonlitekernelshaplabelinglatticelifecyclelistenvMatrixparallellypngR6rappdirsRColorBrewerRcppRcppTOMLreticulaterlangrprojrootS7scalesvctrsviridisLitewithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Individual Variable Effect | individual_variable_effect individual_variable_effect.default individual_variable_effect.explainer shap |
| Install shap Python library | install_shap |
| Plots Attributions for Variables of Individual Prediction | plot.individual_variable_effect |
| Print Individual Variable Effects | print.individual_variable_effect |
| DrWhy Theme for ggplot objects | theme_drwhy_colors |
