Package: fastshap
Type: Package
Title: Fast Approximate Shapley Values
Version: 0.0.7
Authors@R: person("Brandon", "Greenwell", email = "greenwell.brandon@gmail.com", role =
         c("aut", "cre"), comment = c(ORCID = "0000-0002-8120-0084"))
Description: Computes fast (relative to other implementations) approximate 
    Shapley values for any supervised learning model. Shapley values help to 
    explain the predictions from any black box model using ideas from game 
    theory; see Strumbel and Kononenko (2014) <doi:10.1007/s10115-013-0679-x> 
    for details.
License: GPL (>= 2)
URL: https://github.com/bgreenwell/fastshap
BugReports: https://github.com/bgreenwell/fastshap/issues
Imports: abind, ggplot2 (>= 3.3.4), gridExtra, matrixStats, plyr, Rcpp
        (>= 1.0.1), tibble
Suggests: AmesHousing, covr, earth, htmltools, knitr, lightgbm, ranger,
        reticulate (>= 1.14), rmarkdown, rstudioapi, tinytest, titanic,
        xgboost
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.2
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2021-12-05 17:55:50 UTC; bgreenwell
Author: Brandon Greenwell [aut, cre] (<https://orcid.org/0000-0002-8120-0084>)
Maintainer: Brandon Greenwell <greenwell.brandon@gmail.com>
Repository: CRAN
Date/Publication: 2021-12-06 10:40:11 UTC
