agua_backend_options {agua} | R Documentation |
h2o::h2o.grid()
Control model tuning via h2o::h2o.grid()
agua_backend_options(parallelism = 1)
parallelism |
Level of Parallelism during grid model building. 1 = sequential building (default). Use the value of 0 for adaptive parallelism - decided by H2O. Any number > 1 sets the exact number of models built in parallel. |