BumbleBeeBro
BumbleBeeBro

Reputation: 23

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?

Upvotes: 1

Views: 78

Answers (2)

AvkashChauhan
AvkashChauhan

Reputation: 20556

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.

Upvotes: 1

BumbleBeeBro
BumbleBeeBro

Reputation: 23

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

Upvotes: 1

Related Questions