Search code examples
apache-sparkh2osparkling-water

Create a job that goes through H2O Flow automatically


I have created a flow to predict something with the distributed random forest model and now i want to predict every few days, without using the flow gui.

So is there a way to automate your H2O Flow or to translate the entire script into java/python to automatically run the flow?


Solution

  • You should be using RESTful API to work with H2O backend like the way FLOW works. Based on RESTful API you can create a fully automated solution in a RESTful supported language to get it working.