R/kvstore.R
h2o.download_model.RdDownload the model in binary format. The owner of the file saved is the user by which python session was executed.
h2o.download_model(
model,
path = NULL,
export_cross_validation_predictions = FALSE,
filename = ""
)An H2OModel
The path where binary file should be downloaded. Downloaded to current directory by default.
A boolean flag indicating whether the download model should be saved with CV Holdout Frame predictions. Default is not to export the predictions.
string indicating the file name.