Configuration#
The configuration module provides an interface to define what models to train and how they should be trained.
Module Contents#
Object |
Description |
|---|---|
A collection of AlgorithmWrappers. |
|
Wraps a machine learning algorithm and provides an interface using the algorithm. |
|
Provide an interface for creating experiment groups. |
|
Process the ExperimentGroups and prepare the required DataManagers. |
|
Stores all the data needed for one experiment run. |
|
Create a que of Experiments from an ExperimentGroup. |
|
Groups experiments that will be run with the same settings. |
|
Finds the project root directory containing .briskconfig. |