Create a comprehensive diagnostic dashboard
tl_diagnostic_dashboard(
model,
include_influence = TRUE,
include_assumptions = TRUE,
include_performance = TRUE,
arrange_plots = "grid"
)A plot grid with diagnostic plots
A tidylearn model object
Logical; whether to include influence diagnostics
Logical; whether to include assumption checks
Logical; whether to include performance metrics
Layout arrangement (e.g., "grid", "row", "column")