
Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
data.frame(buy = dvd$buy, pred1 = runif(20000), pred2 = ifelse(dvd$buy == "yes", 1, 0)) %>%
evalbin(c("pred1", "pred2"), "buy") %>%
plot()
# }
Run the code above in your browser using DataLab