This function lets the user predict using the h2o .zip file containing the MOJO files. Note that it works with the files generated when using the function export_results()
h2o_predict_MOJO(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?