1

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?

Peter Hall
  • 53,120
  • 14
  • 139
  • 204
  • Given your tags, is part of your Flow job involving bringing in data from Spark? Was that just for building the model, or for the prediction part too? – Darren Cook Jan 20 '17 at 16:24

2 Answers2

1

I found the answer myself there is a RestAPI I can use to do everything that i can do in the H2O Flow gui. FYI

1

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.

AvkashChauhan
  • 20,495
  • 3
  • 34
  • 65