Skip to content

bgreenwell/fastshap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2fcaf7 · Feb 22, 2024
Feb 22, 2024
May 5, 2023
Feb 22, 2024
Oct 20, 2022
Oct 20, 2022
May 10, 2023
May 10, 2023
Feb 22, 2024
Nov 10, 2019
May 5, 2023
Feb 22, 2024
Feb 22, 2024
Jul 19, 2019
Mar 2, 2021
Feb 22, 2024
May 10, 2023
Nov 25, 2019
Apr 30, 2023
Feb 22, 2024
May 5, 2023
Feb 22, 2024
May 5, 2023
May 5, 2023
May 5, 2023
Mar 2, 2021
May 5, 2023

Repository files navigation

fastshap

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

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

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")