dacapo.experiments.tasks.evaluators.evaluation_scores
Module Contents
Classes
Base class for evaluation scores. |
- class dacapo.experiments.tasks.evaluators.evaluation_scores.EvaluationScores
Base class for evaluation scores.
- abstract property criteria: List[str]
- abstract static higher_is_better(criterion: str) bool
Wether or not higher is better for this criterion.
- abstract static bounds(criterion: str) Tuple[int | float | None, int | float | None]
The bounds for this criterion
- abstract static store_best(criterion: str) bool
Whether or not to save the best validation block and model weights for this criterion.