Learn R Programming

lares (version 4.7)

h2o_predict_binary: H2O Predict using Binary file

Description

This function lets the user predict using the h2o binary file. Note that it works with the files generated when using the function export_results(). Recommendation: use the h2o_predict_MOJO() function when possible - it let's you change h2o's version without problem.

Usage

h2o_predict_binary(df, model_path, sample = NA)

Arguments

df

Dataframe. Data to insert into the model

model_path

Character. Relative model_path directory or zip file

sample

Integer. How many rows should the function predict?

See Also

Other Machine Learning: ROC, clusterKmeans, conf_mat, export_results, gain_lift, h2o_automl, h2o_predict_API, h2o_predict_MOJO, h2o_predict_model, h2o_selectmodel, impute, iter_seeds, model_metrics, mplot_conf, mplot_cuts_error, mplot_cuts, mplot_density, mplot_full, mplot_gain, mplot_importance, mplot_lineal, mplot_metrics, mplot_response, mplot_roc, mplot_splits, msplit

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