Description Usage Arguments Value Author(s) References See Also Examples
View source: R/topDecileLift.R
Calculates top-decile lift, a metric that expresses how the incidence in the 10% customers with the highest model predictions compares to the overall sample incidence. A top-decile lift of 1 is expected for a random model. A top-decile lift of 3 indicates that in the 10% highest predictions, 3 times more postive cases are identified by the model than would be expected for a random selection of instances. The upper boundary of the metric depends on the sample incidence and is given by 100% / Indidence %. E.g. when the incidence is 10%, top-decile lift can be no higher than 10.
1 | topDecileLift(predTest, depTest)
|
predTest |
Vector with predictions (real-valued or discrete) |
depTest |
Vector with true class labels |
Top-decile lift value
Koen W. De Bock, kdebock@audencia.com
Berry, M.J.A. and Linoff, G.S. (2004): "Data Mining Techniques: For Marketing, Sales, and Customer Relationship Management - Second Edition". John Wiley & Sons.
liftTable
, liftIndex
, liftChart
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.