Skip to main content
Version: v1.2.0

Dataset tabs

An imported dataset contains the following tabs you can view after successfully importing the dataset:

Access dataset tabs

To access the tabs of an imported dataset, consider the following instructions:

  1. In the H2O Hydrogen Torch navigation menu, click View datasets.
  2. Click the name of the dataset.

Sample train data

The Sample train data tab contains sample training data from the imported dataset.

Sample train visualization

The Sample train visualization tab visualizes a few sample training data from the imported dataset.

Train data statistics

The Train data statistics tab contains metrics about the training data (e.g., unique values) from the imported dataset.

Summary

On the Summary tab, H2O Hydrogen Torch displays the following table containing summary metrics about the imported dataset:

NameDescription
NameName of the dataset.
Problem typeProblem type of the dataset.
Train dataframeName of the training dataframe in the imported dataset. An imported dataset can contain train, test, and validation dataframes.
Train rowsThe number of rows the train dataframe contains.
Validation dataframeName of the validation dataframe in the imported dataset. An imported dataset can contain train, test, and validation dataframes.
Validation rowsThe number of rows the validation dataframe contains.
Test dataframeName of the test dataframe in the imported dataset. An imported dataset can contain train, test, and validation dataframes.
Test rowsThe number of rows the test dataframe contains.
LabelsThe labels the imported dataset contains.

Feedback