Skip to main content
Version: v0.14.0

Compare validation tests

H2O Model Validation enables you to compare validation tests of the same type to discover insights across a set of validation tests of the same type.

Instructions

To compare validation tests, consider the following instructions:

  1. In the H2O Model Validation navigation menu, click Test manager.
  2. In the test manager table, select at least two validation tests of the same type.
    note

    You can select multiple validation tests of different types, but you must select at least two of the same type. H2O Model Validation compares validation tests of the same type (e.g., Backtesting); therefore, validation tests of different types are not cross-compared. H2O Model Validation organizes comparisons into tabs, each containing validation tests of a certain type. comparison-tabs.png

  3. Click Compare.

Validation test comparison metrics

H2O Model Validation displays specific metrics based on the validation test types. Based on the type of the selected validation tests to compare, specific metrics in graphs, histograms, charts, etc., appear.

Adversarial Similarity

H2O Model Validation offers several metrics in the form of graphs to understand the Adversarial Similarity tests you compared. Below, each metric is described in turn.

Graph: AUC score

The AUC Score graph displays the AUC score given to each Adversarial Similarity test.

adversarial_similarity_acu_score.png

Bar graph: Feature importance

The Feature importance bar graph displays the gain of the features in both of the Adversarial Similarity tests. Gain refers to the relative contribution of a feature towards the predictive values. A higher gain value implies a higher impact on generating predictions.

adversarial_similarity_feature_importance.png

Backtesting

H2O Model Validation offers several metrics in the form of graphs and a histogram to understand the Backtesting validation tests you compared. Below, each metric is described in turn.

Graph: Validation results

The Validation results graph displays the Cross-Validation values for each split date for both Backtesting models. This graph can be helpful when estimating the level of fitness of a model to a dataset not used when training the model.

backtesting_validation_results.png

Graph: Test results

The Test results graph displays the Back-Test values for each split date for both Backtesting tests, where Back-Test refers to the target distribution values from the test dataset.

backtesting_test_results.png

Average PSI scores

The Average PSI scores bar graph displays the average Population Stability Index (PSI) for the features in both Backtesting tests.

backtesting_average_psiScores.png

Drift Detection

H2O Model Validation offers several metrics in the form of a bar graph to understand the Drift Detection tests you compared.

Bar graph: PSI scores

The PSI scores bar graph displays the Population Stability Index (PSI) for the features in both Drift Detection tests.

drift_detection_psiScores.png

Size Dependency

H2O Model Validation offers several metrics in the form of graphs to understand the Size Dependency tests you compared. Below, each metric is described in turn.

Graph: Validation results

The Validation results graph displays the validation {metric} values for both Size Dependency tests obtained with different training data sizes. {Metric}, in this case, refers to the scorer of the Driverless AI experiment selected to be analyzed with both validation tests (e.g., Root Mean Square Error (RMSE)).

size_dependency_validation_results.png

Graph: Test results

The Test results graph displays the test {metric} values for both Size Dependency tests obtained with different test data sizes. {Metric}, in this case, refers to the scorer of the Driverless AI experiment selected to be analyzed with both validation tests (e.g., Root Mean Square Error (RMSE)).

size_dependency_test_results.png


Feedback