Is there some function in R that does what Interactive Grouping node in SAS Enterprise Miner does?
It makes variable binning using WOE(weight of evidence) for scoring modeling. Iâve found 3 binning function in R : rattle::binning http://finzi.psych.upenn.edu/R/library/rattle/html/binning.html ks::binning http://finzi.psych.upenn.edu/R/library/ks/html/binning.html sm ::binning http://finzi.psych.upenn.edu/R/library/sm/html/binning.html But none of them performs binning using WOE. [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.