culebra.tools.evaluation module¶
Tools to evaluate the trainers.
Since automated experimentation is a quite valuable characteristic when a
Trainer method has to be run many times, culebra
provides this features by means of the following classes:
The
Batchclass, which allows to run a batch of experiments with the same configurationThe
Experimentclass, designed to run a single experiment with aTrainer

