R/import.R
h2o.upload_model.Rd
Upload a binary model from the provided local path to the H2O cluster. (H2O model can be saved in a binary form either by saveModel() or by download_model() function.)
h2o.upload_model(path)
path | A path on the machine this python session is currently connected to, specifying the location of the model to upload. |
---|
Returns a new H2OModel object.
h2o.saveModel
, h2o.download_model