问题
The h2o steam website said Python preprocess with pojo As .War is an optional, but I can not find any examples about doing this step by step, Where can I find out more details about this? Or I better do it in Java only?
The situation is I have one python preprocess program, mainly use pandas to do some data munging before calling h2o to train/score the model. I want to use the h2o steam as the score engine. The website mentions I can wrap the python and h2o pojo/mojo file together as a .war file, so I can call it through REST API. But I can not find example or details about how to proceed. Also do I need to and if yes how to include these python library like pandas in the war file?
来源:https://stackoverflow.com/questions/43766401/is-there-any-document-about-using-python-preprocess-with-h2o-steam