woeBinning: Supervised Weight of Evidence Binning of Numeric Variables and Factors

Implements an automated binning of numeric variables and factors with respect to a dichotomous target variable. Two approaches are provided: An implementation of fine and coarse classing that merges granular classes and levels step by step. And a tree-like approach that iteratively segments the initial bins via binary splits. Both procedures merge, respectively split, bins based on similar weight of evidence (WOE) values and stop via an information value (IV) based criteria. The package can be used with single variables or an entire data frame. It provides flexible tools for exploring different binning solutions and for deploying them to (new) data.

Version: 0.1.6
Published: 2018-07-28
Author: Thilo Eichenberg
Maintainer: Thilo Eichenberg <te.r at gmx.net>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
CRAN checks: woeBinning results

Documentation:

Reference manual: woeBinning.pdf

Downloads:

Package source: woeBinning_0.1.6.tar.gz
Windows binaries: r-devel: woeBinning_0.1.6.zip, r-release: woeBinning_0.1.6.zip, r-oldrel: woeBinning_0.1.6.zip
macOS binaries: r-release (arm64): woeBinning_0.1.6.tgz, r-oldrel (arm64): woeBinning_0.1.6.tgz, r-release (x86_64): woeBinning_0.1.6.tgz
Old sources: woeBinning archive

Reverse dependencies:

Reverse suggests: tidybins

Linking:

Please use the canonical form https://CRAN.R-project.org/package=woeBinning to link to this page.