Learn R Programming

lares (version 4.8.4)

h2o_selectmodel: 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, plots = TRUE, quiet = FALSE)

Arguments

results

Object. h2o_automl output from h2o_automl()

which_model

Integer. Which model from the leaderboard you wish to use?

plots

Boolean. Create plots too?

quiet

Boolean. Quiet messages, warnings, recommendations?

See Also

Other Machine Learning: ROC(), clusterKmeans(), conf_mat(), export_results(), gain_lift(), h2o_automl(), h2o_predict_API(), h2o_predict_MOJO(), h2o_predict_binary(), h2o_predict_model(), h2o_results(), impute(), iter_seeds(), lasso_vars(), model_metrics(), msplit()

Other Tools: autoline(), bindfiles(), bring_api(), db_download(), db_upload(), export_plot(), export_results(), get_credentials(), h2o_predict_API(), h2o_predict_MOJO(), h2o_predict_binary(), h2o_predict_model(), h2o_update(), haveInternet(), image_metadata(), importxlsx(), ip_country(), iter_seeds(), json2vector(), listfiles(), mailSend(), msplit(), myip(), pass(), quiet(), read.file(), statusbar(), tic(), try_require(), updateLares(), zerovar()