Package: randomForestExplainer
Title: Explaining and Visualizing Random Forests in Terms of Variable
        Importance
Version: 0.10.1
Authors@R: c(
  person("Aleksandra", "Paluszynska", email = "ola.paluszynska@gmail.com", role = c("aut")),
  person("Przemyslaw", "Biecek", email = "przemyslaw.biecek@gmail.com", role = c("aut","ths")),
  person("Yue", "Jiang", email = "rivehill@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9798-5517"))
  )
Description: A set of tools to help explain which variables are most important in a random forests. Various variable importance measures are calculated and visualized in different settings in order to get an idea on how their importance changes depending on our criteria (Hemant Ishwaran and Udaya B. Kogalur and Eiran Z. Gorodeski and Andy J. Minn and Michael S. Lauer (2010) <doi:10.1198/jasa.2009.tm08622>, Leo Breiman (2001) <doi:10.1023/A:1010933404324>).
Depends: R (>= 3.0)
License: GPL
Encoding: UTF-8
LazyData: true
Imports: data.table (>= 1.10.4), dplyr (>= 0.7.1), DT (>= 0.2), GGally
        (>= 1.3.0), ggplot2 (>= 2.2.1), ggrepel (>= 0.6.5),
        randomForest (>= 4.6.12), ranger(>= 0.9.0), reshape2 (>=
        1.4.2), rmarkdown (>= 1.5)
Suggests: knitr, MASS (>= 7.3.47), testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.0
URL: https://github.com/ModelOriented/randomForestExplainer
NeedsCompilation: no
Packaged: 2020-07-11 19:45:18 UTC; yuejiang
Author: Aleksandra Paluszynska [aut],
  Przemyslaw Biecek [aut, ths],
  Yue Jiang [aut, cre] (<https://orcid.org/0000-0002-9798-5517>)
Maintainer: Yue Jiang <rivehill@gmail.com>
Repository: CRAN
Date/Publication: 2020-07-11 20:30:02 UTC
