
Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
library(h2o)
h2o.init()
buys <- as.h2o(c("no", "no", "yes", "yes", "yes", "no", "yes", "no", "yes", "yes","no"))
buys_entropy <- h2o.entropy(buys)
# }
Run the code above in your browser using DataLab