I have installed h2o package(in R from RStudio console). Post h2o.init() I am trying to use the built in function upload_model()/upload_mojo() but I am getting following error.
h2o.upload_mojo() Error in h2o.upload_mojo() : could not find function "h2o.upload_mojo" h2o.upload_model() Error in h2o.upload_model() : could not find function "h2o.upload_model"
I found work around to resolve this issue. Please find below the steps I followed:
It should now resolve this issue.