oversampleqa.config_templates¶
oversampleqa.config_templates
¶
Predefined configuration templates for the enhanced CLI.
generate_config_file(template_name, output_path)
¶
Generate a YAML configuration file from a named template.
Parameters¶
template_name:
Name of the template (research, production, education).
output_path:
Destination path for the generated YAML file.
Returns¶
pathlib.Path Path to the generated configuration file.
Source code in src/oversampleqa/config_templates.py
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | |