Package: fastshap
Type: Package
Title: Fast Approximate Shapley Values
Version: 0.0.2
Authors@R: person("Brandon", "Greenwell", email = "greenwell.brandon@gmail.com", role =
         c("aut", "cre"), comment = c(ORCID = "0000-0002-8120-0084"))
Description: Computes fast approximate Shapley values for any supervised 
    learning model. Shapely 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: ggplot2, gridExtra, plyr, Rcpp (>= 1.0.1), tibble
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.0.0
Suggests: earth, mlbench, tinytest, covr, knitr, rmarkdown
NeedsCompilation: yes
Packaged: 2019-11-16 12:34:45 UTC; b780620
Author: Brandon Greenwell [aut, cre] (<https://orcid.org/0000-0002-8120-0084>)
Maintainer: Brandon Greenwell <greenwell.brandon@gmail.com>
Repository: CRAN
Date/Publication: 2019-11-22 10:40:06 UTC
