Hi I am currently building some models using R connected to a remote h2o instance running in a docker container.
I am at a point where I would like to iterate through a leaderboard of models and h2o.saveModel() each model to my local computer.
However, since saveModel() saves to the computer running h2o, my models are being saved within the docker container.
The solution I have come up with is to scp all the model files to my computer after h2o has finished running them, however I was wondering if anyone out there had run into this problem and had come up with a better solution.
Note : Running a local h2o instance for building the models is not an option
Thank you for the help