Training#

The training module provides a class for managing the training process, loading the data and running the experiments. The Workflow class defines the steps to take when training a model.

Module Contents#

Object

Description

TrainingManager

Coordinates the training process, loading the data and running the experiments.

Workflow

Defines the steps to take when training a model.