Skip to main content
Version: v0.17.0

Create a drift detection test

Overview

A drift detection validation test enables you to analyze a model or dataset.

Instructions

Test a model

To create a drift detection test for a model, consider the following instructions:

caution

To run a drift detection test on a model, you must have the Connection utilized to import the model to be on a Connected state.

  1. In the H2O Model Validation navigation menu, click Tests.
  2. Click the New test tab.
  3. In the Model list, select the model you want to utilize for the drift detection test.
  4. Click the Drift detection card.
    note

    After selecting a model, H2O Model Validation greys out unsupported tests while highlighting applicable tests.

  5. Define the drift detection test settings.
    note

    To learn about each setting for a Drift detection test, see Settings: Drift detection.

  6. Click Run drift detection test.

Test a dataset

To create a drift detection test for a dataset, consider the following instructions:

caution
  • To run a drift detection test on a dataset, you must have the Connection utilized to import the dataset to be on a Connected state.
    • Exception: If you made the dataset available in H2O Model Validation when you imported the dataset, you do not need to have the Connection utilized to import the dataset as Connected. In other words, if you selected the Download datasets from DAI instance checkbox when importing the dataset, you do not need to have the Connection utilized to import the dataset as Connected.
  1. In the H2O Model Validation navigation menu, click Tests.
  2. Click the New test tab.
  3. In the Dataset list, select the dataset you want to utilize for the drift detection test.
  4. Click the Drift detection card.
    note

    After selecting a model, H2O Model Validation greys out unsupported tests while highlighting applicable tests.

  5. Define the drift detection test settings.
    note

    To learn about each setting for a drift detection test, see Settings: Drift detection.

  6. Click Run drift detection test.

Feedback