Skip to main content
Version: v0.17.0

View a validation test

Overview

H2O Model Validation offers an array of metrics when viewing a validation test to fully enable you to understand the complexity of a particular validation test type.

Instructions

To view a validation test, consider the following instructions:

  1. In the H2O Model Validation navigation menu, click Tests.
  2. In the Tests table, click the name of the validation test you want to view.
    note
    • To learn about the different columns of the tests tables, see Tests table columns
    • In the Log tab, H2O Model Validation lets you access the test logs

Tests table columns

Column nameDescription
NameName of the model utilized by the validation test.
TypeType of the validation test (for example, drift detection).
ModelThe name of the model utilized by the validation test.
Primary datasetName of the primary dataset utilized by the validation test.
Secondary datasetName of the secondary dataset utilized by the validation test.
StateState of the validation test (for example, Done). See Validation test states to learn about all the different states a validation test can be in.
ProgressProgress in a percentage form of the validation test.

Validation test states

As follows are the different types of states a validation test can be in:

StateDescription
NotCreatedH2O Model Validation has not created the validation test.
CreatedH2O Model Validation is created the validation test.
RunningH2O Model Validation is currently running the validation test.
DoneH2O Model Validation has completed the validation test.
DeletedH2O Model Validation has deleted the validation test.
ErrorAn error occurred during the validation test.
TimeoutThere was not enough time to complete the validation test.

Feedback