Download the model in MOJO format.
h2o.download_mojo(
model,
path = getwd(),
get_genmodel_jar = FALSE,
genmodel_name = "",
genmodel_path = "",
filename = ""
)An H2OModel
The path where MOJO file should be saved. Saved to current directory by default.
If TRUE, then also download h2o-genmodel.jar and store it in either in the same folder as the MOJO or in “genmodel_path“ if specified.
Custom name of genmodel jar.
Path to store h2o-genmodel.jar. If left blank and “get_genmodel_jar“ is TRUE, then the h2o-genmodel.jar is saved to “path“.
string indicating the file name. (Type of file is always .zip)
Name of the MOJO file written to the path.