Skip to main content
Version: v0.17.0

View a model's summary

Overview

An imported model contains a model summary that you can view at any time. A model summary contains an array of summary metrics, for example, important features, scorer, validation score, and model structure. H2O Model Validation pulls these metrics from the model.

A model's summary

Instructions

To access a model summary, consider the following instructions:

  1. In the H2O Model Validation navigation menu, click Models.
  2. In the Models table, click the name of the model you want to view its model summary.
note

The displayed metrics come from the experiment (model) itself.

Chart: Feature importance

The feature importance chart displays the top features of the experiment.

  • Radio buttons: Switch between raw or derived (post-feature engineered) features
  • X-axis: Gain values (the feature's importance to the model)
  • Y-axis: Feature names

feature-importance.png


Feedback