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.)
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.