dacapo.experiments.validation_iteration_scores
Module Contents
Classes
A class used to represent the validation iteration scores in an organized structure. |
- class dacapo.experiments.validation_iteration_scores.ValidationIterationScores
A class used to represent the validation iteration scores in an organized structure.
- iteration
The iteration associated with these validation scores.
- Type:
int
- scores
A list of scores per dataset, post processor
- Type:
List[List[List[float]]]
- parameters, and evaluation criterion.
- iteration: int
- scores: List[List[List[float]]]