Skip to main content
Version: v1.2.0

App settings

H2O Hydrogen Torch uses specific default values for certain settings you use when defining the settings to import a dataset or when defining an experiment. For example:

  • When importing a dataset, the default S3 bucket name is h2o-release/hydrogen-torch/1.2.0
  • When determining a value for a slider setting, the slider has a defined maximum value

These settings using specific default or maximum values are referred to as application settings. Application settings are grouped into the following four sections:

Define app settings

To define a default value for one or all of the application settings, consider the following instructions:

  1. In the H2O Hydrogen Torch navigation menu, click Settings.
  2. In the Settings card, select an alternative default value for one of the application settings.
  3. Click Save settings persistently.

Restore default app settings

If you want to restore the H2O Hydrogen Torch default application setting values; consider the following instructions:

  1. In the H2O Hydrogen Torch navigation menu, click Settings.
  2. Click Restore default settings.

Load defined app settings

In the case where you restored the default values but now want to use your defined application value settings (again), consider the following instructions:

  1. In the H2O Hydrogen Torch navigation menu, click Settings.
  2. Click Load settings.

Appearance settings

Dark mode

Enables and disables Dark mode as a theme for H2O Hydrogen Torch.

Demo mode

Enables and disables a demo mode that provides the ability to view H2O Hydrogen Torch simplistically. Enabling Demo mode allows you to view pre-run (non-functional) datasets and experiments for all supported problem types.

Note

Demo mode requires an Internet connection to be available.

Default connector settings

Warning

Do not store your credentials on public machines. Anyone with access to that machine can use them.

AWS S3 bucket name

Defines the default AWS bucket name H2O Hydrogen Torch will reference to retrieve datasets stored in an S3 bucket. The S3 bucket should include relative paths.

AWS access key

Defines the default AWS access key H2O Hydrogen Torch will use to access the defined S3 bucket.

AWS secret key

Defines the default AWS secret key H2O Hydrogen Torch will use to access the defined S3 bucket.

Kaggle username

Defines the default Kaggle username H2O Hydrogen Torch will reference to retrieve your datasets in Kaggle.

Kaggle secret key

Defines the default Kaggle secret key that H2O Hydrogen Torch will use to access datasets in Kaggle.

Default experiment settings

Experience level

When initiating an experiment, you can define your experience level with data science and machine learning, which defines the settings (hyperparameters) H2O Hydrogen Torch will display for the experiment you are initiating.

Number of workers

Defines the default maximum number of workers the Number of workers setting will be able to make available. The Number of workers setting is available when defining the settings for an experiment.

Logger

Defines the default logger type that H2O Hydrogen Torch will use for the logger setting.

Neptune project

Defines the default Neptune project H2O Hydrogen Torch will use for the Neptune project setting. The Neptune project setting is available when defining the settings for an experiment.

Neptune API Token

Defines the default Neptune API token H2O Hydrogen Torch will use for the Neptune API token setting. The Neptune API token setting is available when defining the settings for an experiment.

Experiment maximum settings

Image width

Defines the maximum default value H2O Hydrogen Torch will use for the Image width slider setting.

Image height

Defines the maximum default value H2O Hydrogen Torch will use for the Image height slider setting.

Number of epochs

Defines the maximum default value H2O Hydrogen Torch will use for the Epochs slider setting.

Batch size

Defines the maximum default value H2O Hydrogen Torch will use for the Batch size slider setting.

Token length

Defines the maximum default value H2O Hydrogen Torch will use for the Token length slider setting for a Natural Language Processing (NLP) experiment.


Feedback