Skip to main content
Version: v0.17.0

Backtesting

Overview

A backtesting test in H2O Model Validation is a technique used to assess the robustness of a model using historical training data. It involves iteratively training the model with shorter time spans of the training data while using a portion of that data as a test dataset. This process allows for the understanding of model accuracy variance, development of accuracy over time, and identification of potential performance issues with the modeling approach in the past.

H2O Model Validation offers various settings for a backtesting test.

By utilizing these settings, H2O Model Validation can simulate a model refitting process while observing and recording the model's accuracy over time, providing valuable insights into the model's performance.

backtesting-setup.png

Resources


Feedback