Learn R Programming

shapper (version 0.1.3)

Wrapper of Python Library 'shap'

Description

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) 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'.

Copy Link

Version

Install

install.packages('shapper')

Monthly Downloads

766

Version

0.1.3

License

GPL

Issues

Pull Requests

Stars

Forks

Maintainer

Szymon Maksymiuk

Last Published

August 28th, 2020

Functions in shapper (0.1.3)

plot.individual_variable_effect

Plots Attributions for Variables of Individual Prediction
print.individual_variable_effect

Print Individual Variable Effects
individual_variable_effect

Individual Variable Effect
install_shap

Install shap Python library
theme_drwhy_colors

DrWhy Theme for ggplot objects