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.
h2o_predict_binary(df, model_path, sample = NA)vector with predicted results.
Dataframe. Data to insert into the model.
Character. Relative model path directory or zip file.
Integer. How many rows should the function predict?
Other Machine Learning: 
ROC(),
conf_mat(),
export_results(),
gain_lift(),
h2o_automl(),
h2o_predict_API(),
h2o_predict_MOJO(),
h2o_predict_model(),
h2o_selectmodel(),
impute(),
iter_seeds(),
lasso_vars(),
model_metrics(),
model_preprocess(),
msplit()
Other H2O: 
h2o_predict_API(),
h2o_predict_MOJO(),
h2o_predict_model()