Publish Microplex diagnostics production-target-diagnostics-100k-national-rescaled-v1
Browse files- .gitattributes +1 -0
- latest.json +52 -0
- run_registry.jsonl +1 -0
- runs/production-target-diagnostics-100k-national-rescaled-v1/manifest.json +3 -0
- runs/production-target-diagnostics-100k-national-rescaled-v1/pe_native_target_diagnostics.json +0 -0
- runs/production-target-diagnostics-100k-national-rescaled-v1/pe_us_data_rebuild_native_audit.json +0 -0
- runs/production-target-diagnostics-100k-national-rescaled-v1/policyengine_native_scores.json +495 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
runs/production-target-diagnostics-100k-national-rescaled-v1/manifest.json filter=lfs diff=lfs merge=lfs -text
|
latest.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifact_id": "production-target-diagnostics-100k-national-rescaled-v1",
|
| 3 |
+
"paths": {
|
| 4 |
+
"manifest": "runs/production-target-diagnostics-100k-national-rescaled-v1/manifest.json",
|
| 5 |
+
"policyengine_native_audit": "runs/production-target-diagnostics-100k-national-rescaled-v1/pe_us_data_rebuild_native_audit.json",
|
| 6 |
+
"policyengine_native_scores": "runs/production-target-diagnostics-100k-national-rescaled-v1/policyengine_native_scores.json",
|
| 7 |
+
"policyengine_native_target_diagnostics": "runs/production-target-diagnostics-100k-national-rescaled-v1/pe_native_target_diagnostics.json"
|
| 8 |
+
},
|
| 9 |
+
"repo_id": "policyengine/microplex-us-diagnostics",
|
| 10 |
+
"repo_type": "dataset",
|
| 11 |
+
"run_id": "production-target-diagnostics-100k-national-rescaled-v1",
|
| 12 |
+
"schema_version": 1,
|
| 13 |
+
"summary": {
|
| 14 |
+
"created_at": "2026-06-02T20:55:21.341751+00:00",
|
| 15 |
+
"policyengine_native_audit": {
|
| 16 |
+
"largestRegressingFamily": "state_aca_enrollment",
|
| 17 |
+
"largestRegressingTarget": "state/CA/adjusted_gross_income/amount/1000000_inf",
|
| 18 |
+
"missingStoredCriticalInputs": [
|
| 19 |
+
"medicare_part_b_premiums"
|
| 20 |
+
],
|
| 21 |
+
"productionImputationVariant": null,
|
| 22 |
+
"productionImputationVariantIsMaeWinner": null,
|
| 23 |
+
"productionImputationVariantIsSupportWinner": null
|
| 24 |
+
},
|
| 25 |
+
"policyengine_native_scores": {
|
| 26 |
+
"baseline_enhanced_cps_native_loss": 0.46131645920001396,
|
| 27 |
+
"baseline_unweighted_msre": 0.8237139536603961,
|
| 28 |
+
"candidate_beats_baseline": true,
|
| 29 |
+
"candidate_enhanced_cps_native_loss": 0.33476694698698695,
|
| 30 |
+
"candidate_unweighted_msre": 7.245540253439186,
|
| 31 |
+
"enhanced_cps_native_loss_delta": -0.12654951221302702,
|
| 32 |
+
"loss_config": {
|
| 33 |
+
"baseline_weight_beta": 1.0,
|
| 34 |
+
"bucket_epsilon_fraction": 0.02,
|
| 35 |
+
"bucket_key": "scope_x_unit",
|
| 36 |
+
"bucket_weight_mode": "equal_bucket",
|
| 37 |
+
"huber_delta": 1.0,
|
| 38 |
+
"penalty": "huber",
|
| 39 |
+
"residual": "(estimate - target) / (abs(target) + eps_bucket)"
|
| 40 |
+
},
|
| 41 |
+
"n_national_targets": 993,
|
| 42 |
+
"n_state_targets": 2329,
|
| 43 |
+
"n_targets_bad_dropped": 10,
|
| 44 |
+
"n_targets_kept": 3322,
|
| 45 |
+
"n_targets_total": 3348,
|
| 46 |
+
"n_targets_zero_dropped": 24,
|
| 47 |
+
"target_scope_filter": null,
|
| 48 |
+
"unweighted_msre_delta": 6.42182629977879
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"updated_at": "2026-06-04T01:02:53.586160+00:00"
|
| 52 |
+
}
|
run_registry.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"artifact_id": "production-target-diagnostics-100k-national-rescaled-v1", "candidate_enhanced_cps_native_loss": 0.33476694698698695, "enhanced_cps_native_loss_delta": -0.12654951221302702, "manifest": "runs/production-target-diagnostics-100k-national-rescaled-v1/manifest.json", "policyengine_native_audit": "runs/production-target-diagnostics-100k-national-rescaled-v1/pe_us_data_rebuild_native_audit.json", "policyengine_native_scores": "runs/production-target-diagnostics-100k-national-rescaled-v1/policyengine_native_scores.json", "policyengine_native_target_diagnostics": "runs/production-target-diagnostics-100k-national-rescaled-v1/pe_native_target_diagnostics.json", "recorded_at": "2026-06-04T01:02:53.586173+00:00", "repo_id": "policyengine/microplex-us-diagnostics", "repo_type": "dataset", "run_id": "production-target-diagnostics-100k-national-rescaled-v1"}
|
runs/production-target-diagnostics-100k-national-rescaled-v1/manifest.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:293d6127ac9f01fb51a5c49c2e090ff8baaa6abfeaebd6bb9a48795f7aed527c
|
| 3 |
+
size 11138498
|
runs/production-target-diagnostics-100k-national-rescaled-v1/pe_native_target_diagnostics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
runs/production-target-diagnostics-100k-national-rescaled-v1/pe_us_data_rebuild_native_audit.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
runs/production-target-diagnostics-100k-national-rescaled-v1/policyengine_native_scores.json
ADDED
|
@@ -0,0 +1,495 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"broad_loss": {
|
| 3 |
+
"baseline_dataset": "/Users/pavelmakarchuk/policyengine-us-data/policyengine_us_data/storage/enhanced_cps_2024.h5",
|
| 4 |
+
"baseline_enhanced_cps_native_loss": 0.46131645920001396,
|
| 5 |
+
"baseline_unweighted_msre": 0.8237139536603961,
|
| 6 |
+
"baseline_weight_sum": 5115236.898155247,
|
| 7 |
+
"candidate_dataset": "/Users/pavelmakarchuk/microplex-us/artifacts/issue_133_production_target_diagnostics_20260602/production-target-diagnostics-100k-national-rescaled-v1/policyengine_us.h5",
|
| 8 |
+
"candidate_enhanced_cps_native_loss": 0.33476694698698695,
|
| 9 |
+
"candidate_unweighted_msre": 7.245540253439186,
|
| 10 |
+
"candidate_weight_sum": 142523087.7041581,
|
| 11 |
+
"enhanced_cps_native_loss_delta": -0.12654951221302702,
|
| 12 |
+
"family_breakdown": [
|
| 13 |
+
{
|
| 14 |
+
"baseline_loss_contribution": 0.000919932173322829,
|
| 15 |
+
"baseline_mean_unweighted_msre": 0.4628494869574122,
|
| 16 |
+
"baseline_mean_weighted_loss": 1.803788575142802e-05,
|
| 17 |
+
"candidate_loss_contribution": 0.005209473637594019,
|
| 18 |
+
"candidate_mean_unweighted_msre": 59.30275470142458,
|
| 19 |
+
"candidate_mean_weighted_loss": 0.00010214654191360822,
|
| 20 |
+
"family": "state_aca_enrollment",
|
| 21 |
+
"loss_contribution_delta": 0.00428954146427119,
|
| 22 |
+
"n_targets": 51,
|
| 23 |
+
"unweighted_msre_delta": 58.83990521446717
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"baseline_loss_contribution": 0.11187390096290893,
|
| 27 |
+
"baseline_mean_unweighted_msre": 0.8493235536217724,
|
| 28 |
+
"baseline_mean_weighted_loss": 0.00010978793028744743,
|
| 29 |
+
"candidate_loss_contribution": 0.1160808498658501,
|
| 30 |
+
"candidate_mean_unweighted_msre": 11.16683472035368,
|
| 31 |
+
"candidate_mean_weighted_loss": 0.00011391643755235535,
|
| 32 |
+
"family": "state_agi_distribution",
|
| 33 |
+
"loss_contribution_delta": 0.004206948902941168,
|
| 34 |
+
"n_targets": 1019,
|
| 35 |
+
"unweighted_msre_delta": 10.317511166731908
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"baseline_loss_contribution": 0.0581800320466411,
|
| 39 |
+
"baseline_mean_unweighted_msre": 0.882282363460514,
|
| 40 |
+
"baseline_mean_weighted_loss": 0.001140784942091002,
|
| 41 |
+
"candidate_loss_contribution": 0.06096055885511333,
|
| 42 |
+
"candidate_mean_unweighted_msre": 0.9174998920601917,
|
| 43 |
+
"candidate_mean_weighted_loss": 0.0011953050755904575,
|
| 44 |
+
"family": "state_snap_households",
|
| 45 |
+
"loss_contribution_delta": 0.002780526808472232,
|
| 46 |
+
"n_targets": 51,
|
| 47 |
+
"unweighted_msre_delta": 0.03521752859967764
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"baseline_loss_contribution": 0.03390725518988212,
|
| 51 |
+
"baseline_mean_unweighted_msre": 0.9282904082657621,
|
| 52 |
+
"baseline_mean_weighted_loss": 0.003390725518988212,
|
| 53 |
+
"candidate_loss_contribution": 0.03621415908530158,
|
| 54 |
+
"candidate_mean_unweighted_msre": 0.9995455914843475,
|
| 55 |
+
"candidate_mean_weighted_loss": 0.003621415908530158,
|
| 56 |
+
"family": "national_spm_threshold_agi",
|
| 57 |
+
"loss_contribution_delta": 0.00230690389541946,
|
| 58 |
+
"n_targets": 10,
|
| 59 |
+
"unweighted_msre_delta": 0.07125518321858537
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"baseline_loss_contribution": 0.00033395403961311023,
|
| 63 |
+
"baseline_mean_unweighted_msre": 0.6691239226922833,
|
| 64 |
+
"baseline_mean_weighted_loss": 6.548118423786475e-06,
|
| 65 |
+
"candidate_loss_contribution": 0.0003462024679272882,
|
| 66 |
+
"candidate_mean_unweighted_msre": 0.691375291108406,
|
| 67 |
+
"candidate_mean_weighted_loss": 6.788283684848788e-06,
|
| 68 |
+
"family": "state_snap_cost",
|
| 69 |
+
"loss_contribution_delta": 1.2248428314177984e-05,
|
| 70 |
+
"n_targets": 51,
|
| 71 |
+
"unweighted_msre_delta": 0.02225136841612274
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"baseline_loss_contribution": 1.2883650817558347e-08,
|
| 75 |
+
"baseline_mean_unweighted_msre": 0.0019208545393496709,
|
| 76 |
+
"baseline_mean_weighted_loss": 1.2883650817558347e-09,
|
| 77 |
+
"candidate_loss_contribution": 1.3899035117482152e-08,
|
| 78 |
+
"candidate_mean_unweighted_msre": 0.002072240602269605,
|
| 79 |
+
"candidate_mean_weighted_loss": 1.3899035117482153e-09,
|
| 80 |
+
"family": "national_spm_threshold_count",
|
| 81 |
+
"loss_contribution_delta": 1.0153842999238047e-09,
|
| 82 |
+
"n_targets": 10,
|
| 83 |
+
"unweighted_msre_delta": 0.00015138606291993434
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"baseline_loss_contribution": 8.614226481915365e-11,
|
| 87 |
+
"baseline_mean_unweighted_msre": 0.00013295844982684013,
|
| 88 |
+
"baseline_mean_weighted_loss": 8.614226481915365e-11,
|
| 89 |
+
"candidate_loss_contribution": 4.9974926822768915e-14,
|
| 90 |
+
"candidate_mean_unweighted_msre": 7.713506040867073e-08,
|
| 91 |
+
"candidate_mean_weighted_loss": 4.9974926822768915e-14,
|
| 92 |
+
"family": "national_infants",
|
| 93 |
+
"loss_contribution_delta": -8.609228989233089e-11,
|
| 94 |
+
"n_targets": 1,
|
| 95 |
+
"unweighted_msre_delta": -0.00013288131476643146
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"baseline_loss_contribution": 1.1908785694199094e-09,
|
| 99 |
+
"baseline_mean_unweighted_msre": 0.0017816705284550097,
|
| 100 |
+
"baseline_mean_weighted_loss": 1.1908785694199094e-09,
|
| 101 |
+
"candidate_loss_contribution": 1.2006479554810108e-11,
|
| 102 |
+
"candidate_mean_unweighted_msre": 1.796286483156959e-05,
|
| 103 |
+
"candidate_mean_weighted_loss": 1.2006479554810108e-11,
|
| 104 |
+
"family": "national_ssa",
|
| 105 |
+
"loss_contribution_delta": -1.1788720898650993e-09,
|
| 106 |
+
"n_targets": 1,
|
| 107 |
+
"unweighted_msre_delta": -0.00176370766362344
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"baseline_loss_contribution": 0.00027691558915717755,
|
| 111 |
+
"baseline_mean_unweighted_msre": 0.9683395911686492,
|
| 112 |
+
"baseline_mean_weighted_loss": 5.538311783143551e-05,
|
| 113 |
+
"candidate_loss_contribution": 0.00014035224898092643,
|
| 114 |
+
"candidate_mean_unweighted_msre": 0.5016665166475633,
|
| 115 |
+
"candidate_mean_weighted_loss": 2.8070449796185284e-05,
|
| 116 |
+
"family": "national_tax_expenditures",
|
| 117 |
+
"loss_contribution_delta": -0.00013656334017625113,
|
| 118 |
+
"n_targets": 5,
|
| 119 |
+
"unweighted_msre_delta": -0.46667307452108586
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"baseline_loss_contribution": 0.001367355433603666,
|
| 123 |
+
"baseline_mean_unweighted_msre": 0.8813454846531369,
|
| 124 |
+
"baseline_mean_weighted_loss": 2.62952968000705e-05,
|
| 125 |
+
"candidate_loss_contribution": 0.0010078920816873195,
|
| 126 |
+
"candidate_mean_unweighted_msre": 4.756955057722741,
|
| 127 |
+
"candidate_mean_weighted_loss": 1.9382540032448452e-05,
|
| 128 |
+
"family": "state_population_under_5",
|
| 129 |
+
"loss_contribution_delta": -0.0003594633519163465,
|
| 130 |
+
"n_targets": 52,
|
| 131 |
+
"unweighted_msre_delta": 3.875609573069604
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"baseline_loss_contribution": 0.0018282613691073587,
|
| 135 |
+
"baseline_mean_unweighted_msre": 0.8731082022171728,
|
| 136 |
+
"baseline_mean_weighted_loss": 3.5848262139359976e-05,
|
| 137 |
+
"candidate_loss_contribution": 0.0011321215433360292,
|
| 138 |
+
"candidate_mean_unweighted_msre": 2.743857832156415,
|
| 139 |
+
"candidate_mean_weighted_loss": 2.2198461634039788e-05,
|
| 140 |
+
"family": "state_real_estate_taxes",
|
| 141 |
+
"loss_contribution_delta": -0.0006961398257713295,
|
| 142 |
+
"n_targets": 51,
|
| 143 |
+
"unweighted_msre_delta": 1.8707496299392423
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"baseline_loss_contribution": 0.02111374545656023,
|
| 147 |
+
"baseline_mean_unweighted_msre": 0.5708072933153077,
|
| 148 |
+
"baseline_mean_weighted_loss": 0.00015874996583879872,
|
| 149 |
+
"candidate_loss_contribution": 0.019843870204452455,
|
| 150 |
+
"candidate_mean_unweighted_msre": 12.092245523357587,
|
| 151 |
+
"candidate_mean_weighted_loss": 0.00014920203161242448,
|
| 152 |
+
"family": "other",
|
| 153 |
+
"loss_contribution_delta": -0.0012698752521077758,
|
| 154 |
+
"n_targets": 133,
|
| 155 |
+
"unweighted_msre_delta": 11.521438230042278
|
| 156 |
+
},
|
| 157 |
+
{
|
| 158 |
+
"baseline_loss_contribution": 0.0181467736348129,
|
| 159 |
+
"baseline_mean_unweighted_msre": 0.847317767812637,
|
| 160 |
+
"baseline_mean_weighted_loss": 0.0003128754074967742,
|
| 161 |
+
"candidate_loss_contribution": 0.013058662509485725,
|
| 162 |
+
"candidate_mean_unweighted_msre": 0.24822887363095605,
|
| 163 |
+
"candidate_mean_weighted_loss": 0.00022514935361182283,
|
| 164 |
+
"family": "national_census_other",
|
| 165 |
+
"loss_contribution_delta": -0.005088111125327177,
|
| 166 |
+
"n_targets": 58,
|
| 167 |
+
"unweighted_msre_delta": -0.599088894181681
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"baseline_loss_contribution": 0.0243178607489346,
|
| 171 |
+
"baseline_mean_unweighted_msre": 0.8722638492858555,
|
| 172 |
+
"baseline_mean_weighted_loss": 2.7019845276594e-05,
|
| 173 |
+
"candidate_loss_contribution": 0.014246012470036047,
|
| 174 |
+
"candidate_mean_unweighted_msre": 3.912451243151643,
|
| 175 |
+
"candidate_mean_weighted_loss": 1.5828902744484497e-05,
|
| 176 |
+
"family": "state_age_distribution",
|
| 177 |
+
"loss_contribution_delta": -0.010071848278898551,
|
| 178 |
+
"n_targets": 900,
|
| 179 |
+
"unweighted_msre_delta": 3.0401873938657875
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"baseline_loss_contribution": 0.024952938817001467,
|
| 183 |
+
"baseline_mean_unweighted_msre": 0.9448161573558416,
|
| 184 |
+
"baseline_mean_weighted_loss": 0.000479864208019259,
|
| 185 |
+
"candidate_loss_contribution": 0.013267834265875036,
|
| 186 |
+
"candidate_mean_unweighted_msre": 4.555791690608332,
|
| 187 |
+
"candidate_mean_weighted_loss": 0.0002551506589591353,
|
| 188 |
+
"family": "state_population",
|
| 189 |
+
"loss_contribution_delta": -0.011685104551126431,
|
| 190 |
+
"n_targets": 52,
|
| 191 |
+
"unweighted_msre_delta": 3.61097553325249
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"baseline_loss_contribution": 0.036997818988658705,
|
| 195 |
+
"baseline_mean_unweighted_msre": 0.9999988516498203,
|
| 196 |
+
"baseline_mean_weighted_loss": 0.036997818988658705,
|
| 197 |
+
"candidate_loss_contribution": 0.007624209652781973,
|
| 198 |
+
"candidate_mean_unweighted_msre": 0.20607163086712132,
|
| 199 |
+
"candidate_mean_weighted_loss": 0.007624209652781973,
|
| 200 |
+
"family": "national_net_worth",
|
| 201 |
+
"loss_contribution_delta": -0.02937360933587673,
|
| 202 |
+
"n_targets": 1,
|
| 203 |
+
"unweighted_msre_delta": -0.793927220782699
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"baseline_loss_contribution": 0.04401438224753324,
|
| 207 |
+
"baseline_mean_unweighted_msre": 0.8900220710377824,
|
| 208 |
+
"baseline_mean_weighted_loss": 0.0005117951424131773,
|
| 209 |
+
"candidate_loss_contribution": 0.00605654044541871,
|
| 210 |
+
"candidate_mean_unweighted_msre": 0.20978909557659173,
|
| 211 |
+
"candidate_mean_weighted_loss": 7.042488890021755e-05,
|
| 212 |
+
"family": "national_population_by_age",
|
| 213 |
+
"loss_contribution_delta": -0.037957841802114534,
|
| 214 |
+
"n_targets": 86,
|
| 215 |
+
"unweighted_msre_delta": -0.6802329754611907
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"baseline_loss_contribution": 0.08308531834160487,
|
| 219 |
+
"baseline_mean_unweighted_msre": 0.7935622755923747,
|
| 220 |
+
"baseline_mean_weighted_loss": 0.00010517128904000618,
|
| 221 |
+
"candidate_loss_contribution": 0.03957819374205489,
|
| 222 |
+
"candidate_mean_unweighted_msre": 4.791573324694864,
|
| 223 |
+
"candidate_mean_weighted_loss": 5.009897942032264e-05,
|
| 224 |
+
"family": "national_irs_other",
|
| 225 |
+
"loss_contribution_delta": -0.04350712459954999,
|
| 226 |
+
"n_targets": 790,
|
| 227 |
+
"unweighted_msre_delta": 3.9980110491024896
|
| 228 |
+
}
|
| 229 |
+
],
|
| 230 |
+
"loss_config": {
|
| 231 |
+
"baseline_weight_beta": 1.0,
|
| 232 |
+
"bucket_epsilon_fraction": 0.02,
|
| 233 |
+
"bucket_key": "scope_x_unit",
|
| 234 |
+
"bucket_weight_mode": "equal_bucket",
|
| 235 |
+
"huber_delta": 1.0,
|
| 236 |
+
"penalty": "huber",
|
| 237 |
+
"residual": "(estimate - target) / (abs(target) + eps_bucket)"
|
| 238 |
+
},
|
| 239 |
+
"metric": "pe_native_bucketed_baseline_huber_v1",
|
| 240 |
+
"n_national_targets": 993,
|
| 241 |
+
"n_state_targets": 2329,
|
| 242 |
+
"n_targets_bad_dropped": 10,
|
| 243 |
+
"n_targets_kept": 3322,
|
| 244 |
+
"n_targets_total": 3348,
|
| 245 |
+
"n_targets_zero_dropped": 24,
|
| 246 |
+
"period": 2024,
|
| 247 |
+
"target_scope_filter": null,
|
| 248 |
+
"unweighted_msre_delta": 6.42182629977879
|
| 249 |
+
},
|
| 250 |
+
"family_breakdown": [
|
| 251 |
+
{
|
| 252 |
+
"baseline_loss_contribution": 0.000919932173322829,
|
| 253 |
+
"baseline_mean_unweighted_msre": 0.4628494869574122,
|
| 254 |
+
"baseline_mean_weighted_loss": 1.803788575142802e-05,
|
| 255 |
+
"candidate_loss_contribution": 0.005209473637594019,
|
| 256 |
+
"candidate_mean_unweighted_msre": 59.30275470142458,
|
| 257 |
+
"candidate_mean_weighted_loss": 0.00010214654191360822,
|
| 258 |
+
"family": "state_aca_enrollment",
|
| 259 |
+
"loss_contribution_delta": 0.00428954146427119,
|
| 260 |
+
"n_targets": 51,
|
| 261 |
+
"unweighted_msre_delta": 58.83990521446717
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"baseline_loss_contribution": 0.11187390096290893,
|
| 265 |
+
"baseline_mean_unweighted_msre": 0.8493235536217724,
|
| 266 |
+
"baseline_mean_weighted_loss": 0.00010978793028744743,
|
| 267 |
+
"candidate_loss_contribution": 0.1160808498658501,
|
| 268 |
+
"candidate_mean_unweighted_msre": 11.16683472035368,
|
| 269 |
+
"candidate_mean_weighted_loss": 0.00011391643755235535,
|
| 270 |
+
"family": "state_agi_distribution",
|
| 271 |
+
"loss_contribution_delta": 0.004206948902941168,
|
| 272 |
+
"n_targets": 1019,
|
| 273 |
+
"unweighted_msre_delta": 10.317511166731908
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"baseline_loss_contribution": 0.0581800320466411,
|
| 277 |
+
"baseline_mean_unweighted_msre": 0.882282363460514,
|
| 278 |
+
"baseline_mean_weighted_loss": 0.001140784942091002,
|
| 279 |
+
"candidate_loss_contribution": 0.06096055885511333,
|
| 280 |
+
"candidate_mean_unweighted_msre": 0.9174998920601917,
|
| 281 |
+
"candidate_mean_weighted_loss": 0.0011953050755904575,
|
| 282 |
+
"family": "state_snap_households",
|
| 283 |
+
"loss_contribution_delta": 0.002780526808472232,
|
| 284 |
+
"n_targets": 51,
|
| 285 |
+
"unweighted_msre_delta": 0.03521752859967764
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"baseline_loss_contribution": 0.03390725518988212,
|
| 289 |
+
"baseline_mean_unweighted_msre": 0.9282904082657621,
|
| 290 |
+
"baseline_mean_weighted_loss": 0.003390725518988212,
|
| 291 |
+
"candidate_loss_contribution": 0.03621415908530158,
|
| 292 |
+
"candidate_mean_unweighted_msre": 0.9995455914843475,
|
| 293 |
+
"candidate_mean_weighted_loss": 0.003621415908530158,
|
| 294 |
+
"family": "national_spm_threshold_agi",
|
| 295 |
+
"loss_contribution_delta": 0.00230690389541946,
|
| 296 |
+
"n_targets": 10,
|
| 297 |
+
"unweighted_msre_delta": 0.07125518321858537
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"baseline_loss_contribution": 0.00033395403961311023,
|
| 301 |
+
"baseline_mean_unweighted_msre": 0.6691239226922833,
|
| 302 |
+
"baseline_mean_weighted_loss": 6.548118423786475e-06,
|
| 303 |
+
"candidate_loss_contribution": 0.0003462024679272882,
|
| 304 |
+
"candidate_mean_unweighted_msre": 0.691375291108406,
|
| 305 |
+
"candidate_mean_weighted_loss": 6.788283684848788e-06,
|
| 306 |
+
"family": "state_snap_cost",
|
| 307 |
+
"loss_contribution_delta": 1.2248428314177984e-05,
|
| 308 |
+
"n_targets": 51,
|
| 309 |
+
"unweighted_msre_delta": 0.02225136841612274
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"baseline_loss_contribution": 1.2883650817558347e-08,
|
| 313 |
+
"baseline_mean_unweighted_msre": 0.0019208545393496709,
|
| 314 |
+
"baseline_mean_weighted_loss": 1.2883650817558347e-09,
|
| 315 |
+
"candidate_loss_contribution": 1.3899035117482152e-08,
|
| 316 |
+
"candidate_mean_unweighted_msre": 0.002072240602269605,
|
| 317 |
+
"candidate_mean_weighted_loss": 1.3899035117482153e-09,
|
| 318 |
+
"family": "national_spm_threshold_count",
|
| 319 |
+
"loss_contribution_delta": 1.0153842999238047e-09,
|
| 320 |
+
"n_targets": 10,
|
| 321 |
+
"unweighted_msre_delta": 0.00015138606291993434
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"baseline_loss_contribution": 8.614226481915365e-11,
|
| 325 |
+
"baseline_mean_unweighted_msre": 0.00013295844982684013,
|
| 326 |
+
"baseline_mean_weighted_loss": 8.614226481915365e-11,
|
| 327 |
+
"candidate_loss_contribution": 4.9974926822768915e-14,
|
| 328 |
+
"candidate_mean_unweighted_msre": 7.713506040867073e-08,
|
| 329 |
+
"candidate_mean_weighted_loss": 4.9974926822768915e-14,
|
| 330 |
+
"family": "national_infants",
|
| 331 |
+
"loss_contribution_delta": -8.609228989233089e-11,
|
| 332 |
+
"n_targets": 1,
|
| 333 |
+
"unweighted_msre_delta": -0.00013288131476643146
|
| 334 |
+
},
|
| 335 |
+
{
|
| 336 |
+
"baseline_loss_contribution": 1.1908785694199094e-09,
|
| 337 |
+
"baseline_mean_unweighted_msre": 0.0017816705284550097,
|
| 338 |
+
"baseline_mean_weighted_loss": 1.1908785694199094e-09,
|
| 339 |
+
"candidate_loss_contribution": 1.2006479554810108e-11,
|
| 340 |
+
"candidate_mean_unweighted_msre": 1.796286483156959e-05,
|
| 341 |
+
"candidate_mean_weighted_loss": 1.2006479554810108e-11,
|
| 342 |
+
"family": "national_ssa",
|
| 343 |
+
"loss_contribution_delta": -1.1788720898650993e-09,
|
| 344 |
+
"n_targets": 1,
|
| 345 |
+
"unweighted_msre_delta": -0.00176370766362344
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"baseline_loss_contribution": 0.00027691558915717755,
|
| 349 |
+
"baseline_mean_unweighted_msre": 0.9683395911686492,
|
| 350 |
+
"baseline_mean_weighted_loss": 5.538311783143551e-05,
|
| 351 |
+
"candidate_loss_contribution": 0.00014035224898092643,
|
| 352 |
+
"candidate_mean_unweighted_msre": 0.5016665166475633,
|
| 353 |
+
"candidate_mean_weighted_loss": 2.8070449796185284e-05,
|
| 354 |
+
"family": "national_tax_expenditures",
|
| 355 |
+
"loss_contribution_delta": -0.00013656334017625113,
|
| 356 |
+
"n_targets": 5,
|
| 357 |
+
"unweighted_msre_delta": -0.46667307452108586
|
| 358 |
+
},
|
| 359 |
+
{
|
| 360 |
+
"baseline_loss_contribution": 0.001367355433603666,
|
| 361 |
+
"baseline_mean_unweighted_msre": 0.8813454846531369,
|
| 362 |
+
"baseline_mean_weighted_loss": 2.62952968000705e-05,
|
| 363 |
+
"candidate_loss_contribution": 0.0010078920816873195,
|
| 364 |
+
"candidate_mean_unweighted_msre": 4.756955057722741,
|
| 365 |
+
"candidate_mean_weighted_loss": 1.9382540032448452e-05,
|
| 366 |
+
"family": "state_population_under_5",
|
| 367 |
+
"loss_contribution_delta": -0.0003594633519163465,
|
| 368 |
+
"n_targets": 52,
|
| 369 |
+
"unweighted_msre_delta": 3.875609573069604
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"baseline_loss_contribution": 0.0018282613691073587,
|
| 373 |
+
"baseline_mean_unweighted_msre": 0.8731082022171728,
|
| 374 |
+
"baseline_mean_weighted_loss": 3.5848262139359976e-05,
|
| 375 |
+
"candidate_loss_contribution": 0.0011321215433360292,
|
| 376 |
+
"candidate_mean_unweighted_msre": 2.743857832156415,
|
| 377 |
+
"candidate_mean_weighted_loss": 2.2198461634039788e-05,
|
| 378 |
+
"family": "state_real_estate_taxes",
|
| 379 |
+
"loss_contribution_delta": -0.0006961398257713295,
|
| 380 |
+
"n_targets": 51,
|
| 381 |
+
"unweighted_msre_delta": 1.8707496299392423
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"baseline_loss_contribution": 0.02111374545656023,
|
| 385 |
+
"baseline_mean_unweighted_msre": 0.5708072933153077,
|
| 386 |
+
"baseline_mean_weighted_loss": 0.00015874996583879872,
|
| 387 |
+
"candidate_loss_contribution": 0.019843870204452455,
|
| 388 |
+
"candidate_mean_unweighted_msre": 12.092245523357587,
|
| 389 |
+
"candidate_mean_weighted_loss": 0.00014920203161242448,
|
| 390 |
+
"family": "other",
|
| 391 |
+
"loss_contribution_delta": -0.0012698752521077758,
|
| 392 |
+
"n_targets": 133,
|
| 393 |
+
"unweighted_msre_delta": 11.521438230042278
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"baseline_loss_contribution": 0.0181467736348129,
|
| 397 |
+
"baseline_mean_unweighted_msre": 0.847317767812637,
|
| 398 |
+
"baseline_mean_weighted_loss": 0.0003128754074967742,
|
| 399 |
+
"candidate_loss_contribution": 0.013058662509485725,
|
| 400 |
+
"candidate_mean_unweighted_msre": 0.24822887363095605,
|
| 401 |
+
"candidate_mean_weighted_loss": 0.00022514935361182283,
|
| 402 |
+
"family": "national_census_other",
|
| 403 |
+
"loss_contribution_delta": -0.005088111125327177,
|
| 404 |
+
"n_targets": 58,
|
| 405 |
+
"unweighted_msre_delta": -0.599088894181681
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"baseline_loss_contribution": 0.0243178607489346,
|
| 409 |
+
"baseline_mean_unweighted_msre": 0.8722638492858555,
|
| 410 |
+
"baseline_mean_weighted_loss": 2.7019845276594e-05,
|
| 411 |
+
"candidate_loss_contribution": 0.014246012470036047,
|
| 412 |
+
"candidate_mean_unweighted_msre": 3.912451243151643,
|
| 413 |
+
"candidate_mean_weighted_loss": 1.5828902744484497e-05,
|
| 414 |
+
"family": "state_age_distribution",
|
| 415 |
+
"loss_contribution_delta": -0.010071848278898551,
|
| 416 |
+
"n_targets": 900,
|
| 417 |
+
"unweighted_msre_delta": 3.0401873938657875
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"baseline_loss_contribution": 0.024952938817001467,
|
| 421 |
+
"baseline_mean_unweighted_msre": 0.9448161573558416,
|
| 422 |
+
"baseline_mean_weighted_loss": 0.000479864208019259,
|
| 423 |
+
"candidate_loss_contribution": 0.013267834265875036,
|
| 424 |
+
"candidate_mean_unweighted_msre": 4.555791690608332,
|
| 425 |
+
"candidate_mean_weighted_loss": 0.0002551506589591353,
|
| 426 |
+
"family": "state_population",
|
| 427 |
+
"loss_contribution_delta": -0.011685104551126431,
|
| 428 |
+
"n_targets": 52,
|
| 429 |
+
"unweighted_msre_delta": 3.61097553325249
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"baseline_loss_contribution": 0.036997818988658705,
|
| 433 |
+
"baseline_mean_unweighted_msre": 0.9999988516498203,
|
| 434 |
+
"baseline_mean_weighted_loss": 0.036997818988658705,
|
| 435 |
+
"candidate_loss_contribution": 0.007624209652781973,
|
| 436 |
+
"candidate_mean_unweighted_msre": 0.20607163086712132,
|
| 437 |
+
"candidate_mean_weighted_loss": 0.007624209652781973,
|
| 438 |
+
"family": "national_net_worth",
|
| 439 |
+
"loss_contribution_delta": -0.02937360933587673,
|
| 440 |
+
"n_targets": 1,
|
| 441 |
+
"unweighted_msre_delta": -0.793927220782699
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"baseline_loss_contribution": 0.04401438224753324,
|
| 445 |
+
"baseline_mean_unweighted_msre": 0.8900220710377824,
|
| 446 |
+
"baseline_mean_weighted_loss": 0.0005117951424131773,
|
| 447 |
+
"candidate_loss_contribution": 0.00605654044541871,
|
| 448 |
+
"candidate_mean_unweighted_msre": 0.20978909557659173,
|
| 449 |
+
"candidate_mean_weighted_loss": 7.042488890021755e-05,
|
| 450 |
+
"family": "national_population_by_age",
|
| 451 |
+
"loss_contribution_delta": -0.037957841802114534,
|
| 452 |
+
"n_targets": 86,
|
| 453 |
+
"unweighted_msre_delta": -0.6802329754611907
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"baseline_loss_contribution": 0.08308531834160487,
|
| 457 |
+
"baseline_mean_unweighted_msre": 0.7935622755923747,
|
| 458 |
+
"baseline_mean_weighted_loss": 0.00010517128904000618,
|
| 459 |
+
"candidate_loss_contribution": 0.03957819374205489,
|
| 460 |
+
"candidate_mean_unweighted_msre": 4.791573324694864,
|
| 461 |
+
"candidate_mean_weighted_loss": 5.009897942032264e-05,
|
| 462 |
+
"family": "national_irs_other",
|
| 463 |
+
"loss_contribution_delta": -0.04350712459954999,
|
| 464 |
+
"n_targets": 790,
|
| 465 |
+
"unweighted_msre_delta": 3.9980110491024896
|
| 466 |
+
}
|
| 467 |
+
],
|
| 468 |
+
"metric": "pe_native_bucketed_baseline_huber_v1",
|
| 469 |
+
"period": 2024,
|
| 470 |
+
"summary": {
|
| 471 |
+
"baseline_enhanced_cps_native_loss": 0.46131645920001396,
|
| 472 |
+
"baseline_unweighted_msre": 0.8237139536603961,
|
| 473 |
+
"candidate_beats_baseline": true,
|
| 474 |
+
"candidate_enhanced_cps_native_loss": 0.33476694698698695,
|
| 475 |
+
"candidate_unweighted_msre": 7.245540253439186,
|
| 476 |
+
"enhanced_cps_native_loss_delta": -0.12654951221302702,
|
| 477 |
+
"loss_config": {
|
| 478 |
+
"baseline_weight_beta": 1.0,
|
| 479 |
+
"bucket_epsilon_fraction": 0.02,
|
| 480 |
+
"bucket_key": "scope_x_unit",
|
| 481 |
+
"bucket_weight_mode": "equal_bucket",
|
| 482 |
+
"huber_delta": 1.0,
|
| 483 |
+
"penalty": "huber",
|
| 484 |
+
"residual": "(estimate - target) / (abs(target) + eps_bucket)"
|
| 485 |
+
},
|
| 486 |
+
"n_national_targets": 993,
|
| 487 |
+
"n_state_targets": 2329,
|
| 488 |
+
"n_targets_bad_dropped": 10,
|
| 489 |
+
"n_targets_kept": 3322,
|
| 490 |
+
"n_targets_total": 3348,
|
| 491 |
+
"n_targets_zero_dropped": 24,
|
| 492 |
+
"target_scope_filter": null,
|
| 493 |
+
"unweighted_msre_delta": 6.42182629977879
|
| 494 |
+
}
|
| 495 |
+
}
|