by Jiankun Liu Introduction H2O allows you to export models to POJOs or MOJOs (Model Object, Optimized) and later be deployed in production, presumably for scoring large datasets, or building real-time applications. Theoretically it would work in a spark application, but the official documentation did not explain into details other than saying you can “create…
Scoring H2O MOJO Models with Spark DataFrame and Dataset
Posted on