h2o (version 3.30.0.1)

aaa: Starting H2O For examples

Description

Starting H2O For examples

Arguments

Examples

Run this code
# NOT RUN {
if (Sys.info()['sysname'] == "Darwin" && Sys.info()['release'] == '13.4.0') {
  quit(save="no")
} else {
 h2o.init(nthreads = 2)
}
# }

Run the code above in your browser using DataCamp Workspace