| model | estimator | V̂ | SE | CI | clip | ESS | match_rate | Pareto-k | support | codes |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.model }} | {{ row.estimator }} | {{ row.V_hat|fmt_num }} | {{ row.SE_if|fmt_num }} | {%- if row.ci_lower is not none and row.ci_upper is not none -%} [{{ row.ci_lower|fmt_num }}, {{ row.ci_upper|fmt_num }}] {%- else -%} — {%- endif -%} | {{ row.clip|fmt_num(default="∞") }} | {{ row.ESS|fmt_num }} | {{ row.match_rate|fmt_num(spec="%.3f") }} | {{ row.pareto_k|fmt_num(spec="%.2f") }} | {{ row.support_health or "ok" }} | {{ row.diagnostic_warnings or "" }} |
No report rows.
{% endif %}| model | estimator | support_health | warning_codes |
|---|---|---|---|
| {{ row.model }} | {{ row.estimator }} | {{ row.support_health }} | {{ row.warning_codes|join(", ") }} |
No warnings recorded.
{% endif %}| model | estimator | V_min | V_max | V_range | chosen_clip | argmin_MSE_clip | DR/SNDR agree | stable |
|---|---|---|---|---|---|---|---|---|
| {{ row.model }} | {{ row.estimator }} | {{ row.V_min|fmt_num }} | {{ row.V_max|fmt_num }} | {{ row.V_range|fmt_num }} | {{ row.chosen_clip|fmt_num(default="∞") }} | {{ row.argmin_MSE_clip|fmt_num(default="∞") }} | {{ "yes" if row.dr_sndr_agree else "no" }} | {{ "yes" if row.stable else "no" }} |
No sensitivity rows.
{% endif %}| model | overlap | balance | calibration | discrimination | log_loss | ECE | Brier |
|---|---|---|---|---|---|---|---|
| {{ model }} | {{ diag.overlap_ratio|fmt_num(spec="%.3f") }} | {{ diag.balance_ratio|fmt_num(spec="%.3f") }} | {{ diag.calibration_score|fmt_num(spec="%.3f") }} | {{ diag.discrimination_score|fmt_num(spec="%.3f") }} | {{ diag.log_loss_score|fmt_num(spec="%.3f") }} | {{ diag.ece|fmt_num(spec="%.4f") }} | {{ diag.brier_score|fmt_num(spec="%.4f") }} |
No diagnostics recorded.
{% endif %}{{ metadata_json }}