periomod.benchmarking Overview¶
The periomod.benchmarking module provides classes and tools for managing and evaluating benchmarks across different model and data configurations.
Available Components¶
| Component | Description |
|---|---|
| Baseline | Class for model baselines without tuning. |
| BaseExperiment | Base class defining the structure for experiments. |
| Experiment | Class for handling benchmarking experiments. |
| BaseBenchmark | Core class for managing benchmark runs and storing results. |
| Benchmarker | Handles model benchmarking based on predefined criteria. |