在没有 MOJO 和 POJO 的情况下直接在生产中使用 H2O 算法部署 python 代码

Deploying python code with H2O algorithms directly in production without MOJO and POJO

我打算在我的产品中使用 H2O 算法。

该产品于 python 开发,主要使用 pandas、sklearn 和 H2O。

我可以直接在 python 中使用 H2O 算法部署我的 python 代码吗?或者我需要使用 MOJO 还是 POJO?

您可以直接在 python 中保存和加载模型,尽管这需要您有水 运行

https://h2o-release.s3.amazonaws.com/h2o/rel-turing/10/docs-website/h2o-docs/save-and-load-model.html

skutil 项目可能对您有所帮助。它是 scikit-learn 和 H2O 的集成。

参见:

https://github.com/tgsmith61591/skutil