predict.woe | R Documentation |
Applies weight of evidence transform of factor variables for binary classification based on a model of class woe
.
## S3 method for class 'woe'
predict(object, newdata, replace = TRUE, ...)
object |
Object resulting from a call of |
newdata |
A matrix or data frame where WOE transform should be applied of the same dimension as the data used for training the |
replace |
Logical flag specifying whether the original factor variables should be kept in the output. |
... |
Currently not used. |
Data frame including the transformed numeric woe
variables.
Gero Szepannek
Good, I. (1950): Probability and the Weighting of Evidences. Charles Griffin, London.
woe
, plot.woe
# see examples in ?woe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.