Build Hyperparameters Screening Report
build_hyperparams_screen_report.Rd
Constructs an HTML report for hyperparameter screening by embedding plots and their respective sizes into the provided header section.
Usage
build_hyperparams_screen_report(
header_section,
plots,
plots_sizes,
report_info,
output_file_path
)
Arguments
- header_section
A character string containing the HTML header section.
- plots
A list of ggplot2 plot objects.
- plots_sizes
A list of integers specifying the number of rows for each plot.
- report_info
A named list containg the report info fields. Here used for the email hotkey functionality.
- output_file_path
A character string specifying the path to save the HTML report.