Package: EIX
Title: Explain Interactions in 'XGBoost'
Version: 1.0
Authors@R: c(
  person("Ewelina", "Karbowiak", email = "ewelina.karbowiak12@gmail.com", role = c("aut", "cre")),
  person("Przemyslaw", "Biecek", email = "przemyslaw.biecek@gmail.com", role = c("aut","ths"))
  )
Description: Structure mining from 'XGBoost' and 'LightGBM' models.
    Key functionalities of this package cover: visualisation of tree-based ensembles models,
    identification of interactions, measuring of variable importance,
    measuring of interaction importance, explanation of single prediction 
    with break down plots (based on 'xgboostExplainer' and 'breakDown' packages). 
    To download the 'LightGBM' use the following link: <https://github.com/Microsoft/LightGBM>.
    'EIX' is a part of the 'DrWhy.AI' universe.
Depends: R (>= 3.4.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: MASS, ggplot2, data.table, purrr, xgboost, DALEX, ggrepel,
        ggiraphExtra, iBreakDown, Matrix, tidyr, scales
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, lightgbm,
VignetteBuilder: knitr
URL: https://github.com/ModelOriented/EIX
BugReports: https://github.com/ModelOriented/EIX/issues
NeedsCompilation: no
Packaged: 2019-05-28 13:29:00 UTC; hp
Author: Ewelina Karbowiak [aut, cre],
  Przemyslaw Biecek [aut, ths]
Maintainer: Ewelina Karbowiak <ewelina.karbowiak12@gmail.com>
Repository: CRAN
Date/Publication: 2019-05-31 15:40:10 UTC
