Learn R Programming

woeBinning (version 0.1.6)

Supervised Weight of Evidence Binning of Numeric Variables and Factors

Description

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.

Copy Link

Version

Install

install.packages('woeBinning')

Monthly Downloads

402

Version

0.1.6

License

GPL (>= 2)

Maintainer

Thilo Eichenberg

Last Published

July 28th, 2018

Functions in woeBinning (0.1.6)

woe.binning.deploy

Deployment of Binning
germancredit

German Credit Data
woe.binning

Binning via Fine and Coarse Classing
woe.binning.table

Tabulation of Binning
woe.tree.binning

Binning via Tree-Like Segmentation
woeBinning

Package for Supervised Weight of Evidence Binning
woe.binning.plot

Visualization of Binning