You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+140-6Lines changed: 140 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
-
.PHONY: all format test install download upload docker documentation data validate-data calibrate publish-local-area clean build paper clean-paper presentations database database-refresh promote-database promote-dataset
1
+
.PHONY: all format test install download upload docker documentation data validate-data calibrate calibrate-build publish-local-area upload-calibration upload-dataset upload-database push-to-modal build-matrices calibrate-modal calibrate-modal-national calibrate-both stage-h5s stage-national-h5 stage-all-h5s pipeline validate-staging validate-staging-full upload-validation check-staging check-sanity clean build paper clean-paper presentations database database-refresh promote-database promote-dataset promote build-h5s validate-local
Unified calibration pipeline with GPU-accelerated L1/L0 solver, target config YAML, and CLI package validator.
2
+
Per-state and per-county precomputation replacing per-clone Microsimulation (51 sims instead of 436).
3
+
Parallel state, county, and clone loop processing via ProcessPoolExecutor.
4
+
Block-level takeup re-randomization with deterministic seeded draws.
5
+
Hierarchical uprating with ACA PTC state-level CSV factors and CD reconciliation.
6
+
Modal remote runner with Volume support, CUDA OOM fixes, and checkpointing.
7
+
H5 builder that filters calibrated clone weights by CD subset, uses pre-assigned random census blocks from `geography.npz` to derive full sub-state geography, and produces self-contained local area datasets.
8
+
Staging validation script (validate_staging.py) with sim.calculate() comparison and sanity checks.
0 commit comments