【问题标题】:Deploying python code with H2O algorithms directly in production without MOJO and POJO使用 H2O 算法直接在生产中部署 python 代码,无需 MOJO 和 POJO
【发布时间】:2017-12-21 14:17:47
【问题描述】:

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

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

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

【问题讨论】:

标签: python machine-learning licensing h2o


【解决方案1】:

您可以直接在 python 中保存和加载模型,但这需要您运行 h2o

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

【讨论】:

【解决方案2】:

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

见:

https://github.com/tgsmith61591/skutil

【讨论】:

    猜你喜欢
    • 2018-10-28
    • 1970-01-01
    • 1970-01-01
    • 2018-10-31
    • 1970-01-01
    • 2019-04-22
    • 2016-12-31
    • 2019-05-09
    • 2017-01-16
    相关资源
    最近更新 更多