Description Usage Arguments Value
Optimazation is done in two steps: (1) maximum depth is optimized, (2) the rest of the parameters are optimized. This procedure makes the optimization problem more manageable.
1 2 3 4 5 6 7 8 9 | optimize_gbm_parameters(
h2o_data,
set,
algorithm,
metric,
predictors,
targets,
runid
)
|
h2o_data |
a list of H2OFrames |
set |
config object |
algorithm |
either |
metric |
evaluation metric |
predictors |
vector of explanatory variables |
targets |
label variable |
runid |
run ID |
best model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.