Package: SHAPforxgboost
Title: SHAP Plots for 'XGBoost'
Version: 0.0.1
Authors@R: c(
    person(given = "Yang", family = "Liu", role = c("aut", "cre"), email = "lyhello@gmail.com",
           comment = c(ORCID = "0000-0001-6557-6439")),
    person(given = "Allan", family = "Just", role = c("ctb"), email = "allan.just@mssm.edu",
           comment = c(ORCID = "0000-0003-4312-5957"))
    )
Description: The aim of 'SHAPforxgboost' is to aid in visual data investigations
 using SHAP (SHapley Additive exPlanation) visualization plots for 'XGBoost'. 
 It provides summary plot, dependence plot, interaction plot, and force plot. 
 It relies on the 'dmlc/xgboost' package to produce SHAP values.
 Please refer to 'slundberg/shap' for the original implementation of SHAP in 'Python'. 
License: MIT + file LICENSE
URL: https://github.com/liuyanguu/SHAPforxgboost
BugReports: https://github.com/liuyanguu/SHAPforxgboost/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
Imports: ggplot2 (>= 3.0.0), xgboost (>= 0.81.0.0), data.table (>=
        1.12.0), ggforce (>= 0.2.1.9000), ggExtra (>= 0.8),
        RColorBrewer (>= 1.1.2), parallel
Suggests: gridExtra (>= 2.3), here
RoxygenNote: 6.1.1.9000
NeedsCompilation: no
Packaged: 2019-08-02 13:22:33 UTC; lyhel
Author: Yang Liu [aut, cre] (<https://orcid.org/0000-0001-6557-6439>),
  Allan Just [ctb] (<https://orcid.org/0000-0003-4312-5957>)
Maintainer: Yang Liu <lyhello@gmail.com>
Repository: CRAN
Date/Publication: 2019-08-03 07:00:06 UTC
