Run Exact Paper Model Bank Validation
This page documents the strict paper-faithful RCIM family-bank validation entry point for the recovered-data exact-paper surface. The bidirectional repository-dataset RCIM Model-Bank Reproduction campaigns use the companion original-dataset runner with the same recovered pipeline protocol.
The current full-dataset RCIM Model-Bank Reproduction result is closed through the companion
original-dataset forward/backward campaigns and the populated Tables 2-5
benchmark surface.
Run the exact RCIM paper model-bank validation workflow.
- scripts.paper_reimplementation.rcim_ml_compensation.exact_paper_model_bank.run_exact_paper_model_bank_validation.run_exact_paper_model_bank_validation(config_path, output_suffix='exact_paper_validation', workflow_stage='search', best_parameter_summary_path=None, best_parameter_registry_path=None, no_eval=False, no_export=False, grid_search_verbose_override=None, historical_cross_validate_verbose_override=None)[source]
Run the paper-faithful RCIM family-bank validation workflow.
- Parameters:
config_path (Path) – Exact-paper YAML configuration path.
output_suffix (str) – Suffix appended to the immutable validation artifact.
workflow_stage (str)
best_parameter_summary_path (Path | None)
best_parameter_registry_path (Path | None)
no_eval (bool)
no_export (bool)
grid_search_verbose_override (int | None)
historical_cross_validate_verbose_override (int | None)
- Returns:
Tuple containing the validation summary path and Markdown report path.
- Return type:
tuple[Path | None, Path | None]