View source: R/ClassifierHelpers.R
forest | R Documentation |
Train h2o rf model. negDT if you want own samples for that
forest(dt, cv = 10, ntrees = 64, ip, port, nthreads_h2o, max_mem_size)
dt |
data.table of features to train on |
cv |
numeric, default 10, number of cross validations |
ntrees |
numeric, default 64, number of trees for random forest |
ip |
h2o cluster ip, default: "localhost". |
port |
h2o cluster port, default: 54321 |
nthreads_h2o |
number of cores for H20. Default:
|
max_mem_size |
max allowed memory for H20: default ("200G") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.