skdr-eval evaluation report

Schema {{ schema_version }} · skdr-eval {{ skdr_eval_version }} · generated {{ timestamp }}

Headline results

{% if report_rows %} {% for row in report_rows %} {% endfor %}
modelestimatorSE CIclipESSmatch_ratePareto-ksupportcodes
{{ 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 "" }}
{% else %}

No report rows.

{% endif %}

Support-health warnings

{% if warnings_rows %} {% for row in warnings_rows %} {% endfor %}
modelestimatorsupport_healthwarning_codes
{{ row.model }} {{ row.estimator }} {{ row.support_health }} {{ row.warning_codes|join(", ") }}
{% else %}

No warnings recorded.

{% endif %}

Clip-grid sensitivity

{% if sensitivity_rows %} {% for row in sensitivity_rows %} {% endfor %}
modelestimatorV_minV_maxV_range chosen_clipargmin_MSE_clipDR/SNDR agreestable
{{ 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" }}
{% else %}

No sensitivity rows.

{% endif %}

Propensity diagnostics

{% if diagnostics %} {% for model, diag in diagnostics.items() %} {% endfor %}
modeloverlapbalancecalibrationdiscriminationlog_lossECEBrier
{{ 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") }}
{% else %}

No diagnostics recorded.

{% endif %}

Metadata

{{ metadata_json }}