Package: EIX
Title: Explain Interactions in 'XGBoost'
Version: 1.2.0
Authors@R: c(
  person("Szymon", "Maksymiuk", email = "sz.maksymiuk@gmail.com", role = c("aut", "cre")),
  person("Ewelina", "Karbowiak", email = "ewelina.karbowiak12@gmail.com", role = c("aut")),
  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 'iBreakDown' 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.5.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: MASS, ggplot2, data.table, purrr, xgboost, DALEX, ggrepel,
        ggiraphExtra, iBreakDown, tidyr, scales
RoxygenNote: 7.1.1
Suggests: Matrix, knitr, rmarkdown, lightgbm
VignetteBuilder: knitr
URL: https://github.com/ModelOriented/EIX
BugReports: https://github.com/ModelOriented/EIX/issues
NeedsCompilation: no
Packaged: 2021-03-18 23:13:27 UTC; 01131304
Author: Szymon Maksymiuk [aut, cre],
  Ewelina Karbowiak [aut],
  Przemyslaw Biecek [aut, ths]
Maintainer: Szymon Maksymiuk <sz.maksymiuk@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-23 08:10:02 UTC
Built: R 4.6.0; ; 2025-07-18 09:25:09 UTC; unix
