To create a plot from a frame, click the Inspect button, then click the Plot button.
Select the type of plot (point, path, or rect) from the drop-down Type menu, then select the x-axis and y-axis from the following options:
Select one of the above options from the drop-down Color menu to display the specified data in color, then click the Plot button to plot the data.
Note: Because H2O stores enums internally as numeric then maps the integers to an array of strings, any
min
,max
, ormean
values for categorical columns are not meaningful and should be ignored. Displays for categorical data will be modified in a future version of H2O.