huitmj / fastshap

Fast approximate Shapley values in R

Home Page:https://bgreenwell.github.io/fastshap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastshap

CRAN status R-CMD-check Codecov test coverage Lifecycle: experimental

The goal of fastshap is to provide an efficient and speedy (relative to other implementations) approach to computing approximate Shapley values which help explain the predictions from machine learning models.

Installation

# Install the latest stable version from CRAN:
install.packages("fastshap")

# Install the latest development version from GitHub:
if (!requireNamespace("remotes")) {
  install.packages("remotes")
}
remotes::install_github("bgreenwell/fastshap")

About

Fast approximate Shapley values in R

https://bgreenwell.github.io/fastshap/


Languages

Language:R 85.4%Language:C++ 14.6%