我正在阅读的文章标题建议h2o.ai将其ML与snowflake集成在一起。https://www.h2o.ai/resources/solution-brief/integration-of-h2o-driverless-ai-with-snowflake/
如果我想导出一个像gbm一样的POJO学习者,并让它在雪花中运行,有没有一种干净的方法呢?在我找到的(几篇)文章中,我没有看到任何明确的方向。
这是如何与ML-ops集成的?
发布于 2021-07-02 18:16:28
集成在H2o.ai中构建的模型的一种方法是通过Snowflake External Function集成。
这一点在https://docs.h2o.ai/driverless-ai/latest-stable/docs/userguide/snowflake-integration.html上有说明
H2o.ai还支持(或很快会支持)将模型部署到Snowflake Java UDFs中,https://www.h2o.ai/blog/h2o-integrates-with-snowflake-snowpark-java-udfs-how-to-better-leverage-the-snowflake-data-marketplace-and-deploy-in-database/中对此进行了描述
https://stackoverflow.com/questions/68213241
复制相似问题