How to create a H2OFrame using H2O REST API
Is it possible to create a H2OFrame using the H2O's REST API and if so how? My main objective is to utilize models stored inside H2O so as to make predictions on external H2OFrames. I need to be able to generate those H2OFrames externally from JSON (I suppose by calling an endpoint) I read the API documentation but couldn't find any clear explanation. I believe that the closest endpoints are /3/CreateFrame which creates random data and /3/ParseSetup but I couldn't find any reliable tutorial. Pasha Currently there is no REST API endpoint to directly convert some JSON record into a Frame object.