Configuration#

The configuration module provides an interface to define what models to train and how they should be trained.

Module Contents#

Object

Description

AlgorithmWrapper

Wraps a machine learning algorithm and provides an interface using the algorithm.

Configuration

Provide an interface for creating experiment groups.

ConfigurationManager

Process the ExperimentGroups and prepare the required DataManagers.

Experiment

Stores all the data needed for one experiment run.

ExperimentFactory

Create a que of Experiments from an ExperimentGroup.

ExperimentGroup

Groups experiments that will be run with the same settings.

find_project_root

Finds the project root directory containing .briskconfig.