powered by
h2o.describe(frame)
library(h2o) h2o.init() prosPath = system.file("extdata", "prostate.csv", package="h2o") prostate.hex = h2o.importFile(path = prosPath) h2o.describe(prostate.hex)
Run the code above in your browser using DataLab