Skip to main content
Version: v1.3.0

Experiment (model) flow

Overview

The flow of an H2O Hydrogen Torch experiment from creation to deployment can be summarized in the following sequential steps:

In the below sections, each step above, in turn, is summarized.

Step 1: Import an experiment's dataset

As the first step in the experiment flow, import your experiment dataset to H2O Hydrogen Torch. Depending on the problem type the experiment aims to solve, H2O Hydrogen Torch requires you to construct your dataset in a particular format.

  • To learn about all the supported problem types, see Supported problem types.
  • To learn how to import your own preprocessed dataset, see Dataset connectors.
  • To learn about the dataset format of a particular supported problem type, see Dataset formats.
  • H2O Hydrogen Torch offers access to an array of preprocessed datasets to highlight all supported problem types. In particular, preprocessed datasets can be used as a reference to understand the format a dataset needs to follow for a specific supported problem type. To learn how to access one of the preprocessed datasets in H2O Hydrogen Torch, see Demo (preprocessed) datasets.

Step 2: Train an experiment's model

As the second step in the experiment flow, train your experiment model. H2O Hydrogen Torch offers several hyperparameter settings that you can adjust for your experiment model. H2O Hydrogen Torch also provides the ability to enable grid search to tune and experiment on several hyperparameter values.

Step 3: Inspect an experiment's model

As the third step in the experiment flow, inspect your experiment model. H2O Hydrogen Torch allows you to inspect your experiment (model) during and after model training. Simple interactive graphs in H2O Hydrogen Torch allow you to understand the impact of selected hyperparameter values during and after model training.

  • To learn about available simple and interactive graphs, see Charts.

Step 4: Deploy an experiment's model

As the fourth and final step in the experiment flow, deploy your built model (experiment). After understanding and inspecting your built model, you can deploy your model on the H2O Hydrogen Torch user interface (UI). You can also deploy a built model to any external Python environment or H2O MLOps.


Feedback