powered by
Summary method for the uplift function
# S3 method for uplift summary(object, prn = TRUE, dec = 3, ...)
Return value from evalbin
evalbin
Print full table of measures per model and bin
Number of decimals to show
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/model/evalbin.html for an example in Radiant
evalbin to summarize results
plot.evalbin to plot results
plot.evalbin
data.frame(buy = dvd$buy, pred1 = runif(20000), pred2 = ifelse(dvd$buy == "yes", 1, 0)) %>% evalbin(c("pred1", "pred2"), "buy") %>% summary()
Run the code above in your browser using DataLab