| h2o_selectmodel {lares} | R Documentation |
Select Model from h2o_automl's Leaderboard
Description
Select wich model from the h2o_automl function to use
Usage
h2o_selectmodel(results, which_model = 1, quiet = FALSE, ...)
Arguments
results |
|
which_model |
Integer. Which model from the leaderboard you wish to use? |
quiet |
Boolean. Quiet all messages, warnings, recommendations? |
... |
Additional parameters on |
Value
H2O processed model
See Also
Other Machine Learning:
ROC(),
conf_mat(),
export_results(),
gain_lift(),
h2o_automl(),
h2o_predict_MOJO(),
impute(),
iter_seeds(),
lasso_vars(),
model_metrics(),
model_preprocess(),
msplit()
Other Tools:
autoline(),
bind_files(),
bring_api(),
chr2num(),
db_download(),
db_upload(),
export_plot(),
export_results(),
files_functions(),
font_exists(),
formatColoured(),
formatHTML(),
get_credentials(),
glued(),
grepm(),
haveInternet(),
image_metadata(),
importxlsx(),
ip_data(),
json2vector(),
list_cats(),
listfiles(),
mail_send(),
markdown2df(),
move_files(),
msplit(),
myip(),
quiet(),
read.file(),
statusbar(),
tic(),
try_require(),
updateLares(),
warnifnot(),
what_size()