MetricTemplate (Python)
The MetricTemplate Cython class wraps the C++ metric_template.
User metric classes must subclass it and override Postprocessing.
Properties
Property |
Type |
Description |
|---|---|---|
|
|
Map of run-name strings used to group metric results. |
|
|
Feature names to evaluate. |
Methods
Signature |
Description |
|---|---|
|
Override in subclasses to compute and plot aggregate metrics. |
|
Re-process saved ROOT output files to repopulate metrics without re-running the full training pipeline. |