Skip to contents

Produces a self-contained HTML file with interactive charts comparing the GNN against the phylogenetic baseline. The report includes per-trait metrics, gate values, conformal coverage, and training history.

Usage

pigauto_report(
  fit,
  data = NULL,
  splits = NULL,
  output_path = "pigauto_report.html",
  title = "pigauto Imputation Report",
  open = TRUE
)

Arguments

fit

A pigauto_fit object (or a pigauto_result from impute).

data

Optional pigauto_data object. Extracted automatically when fit is a pigauto_result.

splits

Optional splits object. Extracted automatically when fit is a pigauto_result.

output_path

Character. File path for the HTML report (default "pigauto_report.html" in the working directory).

title

Character. Report title.

open

Logical. Open the report in a browser when done (default TRUE).

Value

The output path (invisibly).