Click the Assist Me! button, then click the getModels link, or enter getModels in the cell in CS mode and press Ctrl+Enter. A list of available models displays.

Flow Models

To view all current models, you can also click the Model menu and click List All Models.

To inspect a model, check its checkbox then click the Inspect button, or click the Inspect button to the right of the model name.

Flow Model

A summary of the model’s parameters displays. To display more details, click the Show All Parameters button.

To delete a model, click the Delete button.

To generate a POJO that can use the model outside of H2O, click the Download POJO button.

Note: To make the POJO work in your Java application, you will also need the h2o-genmodel.jar file (h2o-3/h2o-genmodel/build/libs/h2o-genmodel.jar).

To learn how to make predictions, continue to the next section.