Reputation: 21
I want to install H2O alongside an existing web application. I want the web app to call the H2O REST API to make predictions. This would all be installed on a customer's data centre. I would not have access to this remote instance of H2O at all.
Is there a way to export a model trained in an instance of H2O on my PC in a way that it can be imported into the customer's instance of H2O?
Upvotes: 1
Views: 308
Reputation: 21
Shoulda RTFM!
GET /99/Models.bin/<model-id>
POST /99/Models.bin
More details in the H2O REST API:
Upvotes: 1