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)
Dataframe. Data to insert into the model
Character. Relative model_path directory
Integer. How many rows should the function predict?