
Last chance! 50% off unlimited learning
Sale ends in
h2o.stopLogging()
h2o.startLogging, h2o.clearLog,
h2o.openLog
library(h2o)
h2o.init()
h2o.startLogging()
ausPath = system.file("extdata", "australia.csv", package="h2o")
australia.hex = h2o.importFile(path = ausPath)
h2o.stopLogging()
Run the code above in your browser using DataLab