Skip to content

Dataset tabs

When viewing an imported dataset, you can view the following tabs:

To learn how to view an imported dataset, see View dataset.

Each tab above, in turn, is explained below.

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 statatistics

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:

Name Description
Name Name of the dataset.
Problem Type Problem type of the dataset.
Train dataframe Name of the training dataframe in the imported dataset. An imported dataset can contain train, test, and validation dataframes.
Train rows The number of rows the train dataframe contains.
Validation dataframe Name of the validation dataframe in the imported dataset. An imported dataset can contain train, test, and validation dataframes.
Validation rows The number of rows the validation dataframe contains.
Test dataframe Name of the test dataframe in the imported dataset. An imported dataset can contain train, test, and validation dataframes.
Test rows The number of rows the test dataframe contains.
Labels The labels the imported dataset contains.


Back to top