nicetoolbox.evaluation.config_handler¶
Classes
Handles loading and resolving all configurations required for the evaluation pipeline. |
- class nicetoolbox.evaluation.config_handler.ConfigHandler(project_folder_path: Path, machine_specifics_path: Path, eval_config_path: Path)[source]¶
Handles loading and resolving all configurations required for the evaluation pipeline.
Load and resolve all configurations required for the evaluation pipeline.
- Parameters:
project_folder_path (Path) – Path to the project folder containing nice_project.toml.
machine_specifics_path (Path) – Path to machine_specific_paths.toml.
eval_config_path (Path) – Path to evaluation_config.toml