The Basic Experiment Script¶
Introduction¶
The Basic Experiment Script performs an experiment with the following workflow:
Load data
Extract features
Pre-process features
Train classifiers on a training set
Evaluate the trained classifiers on a the test set
The Basic Experiment Script is controlled by a configuration file. In the configuration file, you can select which sections of the workflow you want to run and the features, classifiers, and metrics to use.