Skip to main content
Version: v0.17.0

Model validation flow

Overview

The following steps summarize the flow of validating a model in H2O Model Validation:

Step 1: Establish a Connection and import a model

Establish a Connection that lets you import your models from a platform (for example, Driverless AI). Once a Connection has been established, you can begin importing models.

Step 2: Create validation test(s)

Run one or multiple validation tests for the imported model. H2O Model Validation offers a variety of validation tests to analyze the robustness and stability of your machine learning models. You can fine-tune the parameters of each test by using the available configuration settings.

Step 3: Review test(s) metrics

For each validation test for a model, H2O Model Validation offers a variety of metrics. For example, metrics come in graphs, charts, and heatmaps that let you assess the results of each test in detail.


Feedback