Package: Information
Type: Package
Title: Data Exploration with Information Theory (Weight-of-Evidence and
        Information Value)
Version: 0.0.9
Date: 2016-04-08
Authors@R: person("Larsen", "Kim", email = "kblarsen4@gmail.com", role = c("aut", "cre"))
Description: Performs exploratory data analysis and variable screening for
    binary classification models using weight-of-evidence (WOE) and information
    value (IV). In order to make the package as efficient as possible, aggregations
    are done in data.table and creation of WOE vectors can be distributed across
    multiple cores. The package also supports exploration for uplift models (NWOE
    and NIV).
Depends: R (>= 3.1.2)
License: GPL (>= 3)
Imports: data.table, ggplot2, grid, plyr, utils, iterators, doParallel,
        parallel, foreach
LazyData: true
VignetteBuilder: knitr
Suggests: knitr, reshape2, ClustOfVar, rmarkdown
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-04-08 17:19:11 UTC; kimlarsen
Author: Larsen Kim [aut, cre]
Maintainer: Larsen Kim <kblarsen4@gmail.com>
Repository: CRAN
Date/Publication: 2016-04-09 00:24:08
Built: R 4.5.2; ; 2025-11-08 03:31:44 UTC; windows
