Using MOJOS in H2O Steam Prediction Service Builder

后端 未结 1 2004
你的背包
你的背包 2021-01-24 04:30

In h2o\'s documentation for the Steam Prediction Service Builder, here, it says that the service builder can compile both h2o pojos (.java

1条回答
  •  清歌不尽
    2021-01-24 05:02

    Unfortunately, the UI has not been updated for mojo functionality yet. You can however use the command line to build war files with mojos.

    Run this from your command line:

    curl -X POST --form mojo=drf_denials_v4.zip --form jar=h2o-genmodel.jar localhost:55000/makewar > example.war

    Then run the war file in the normal way.

    For more information see: https://github.com/h2oai/steam/tree/master/prediction-service-builder

    0 讨论(0)
提交回复
热议问题