Persisting H2O Models

H2O Models

H2O Models can be saved in binary format or in MOJO format. Fire Insights has processors for saving and reading them back.

Save H2o Model processor

H2OModelSave Processor saves the H2O model at the specified path in the binary format.

Modelsave

Load H2o Model processor

H2OModelLoad Processor loads the H2O model in binary format from the specified path.

Modelsave

More details of saving and loading the H2O Models is available here:

http://docs.h2o.ai/h2o/latest-stable/h2o-docs/save-and-load-model.html

Save and Load H2O Workflow

Below is a workflow, which saves the generated H2O model on the file system.

Modelsave

Below is a workflow, which load back the saved model and used in batch scoreing.

Modelload