|
3822 | 3822 | "signature": "def save_calibration_package(path: str, X_sparse, targets_df: 'pd.DataFrame', target_names: list, metadata: dict, initial_weights: np.ndarray = None, cd_geoid: np.ndarray = None, block_geoid: np.ndarray = None) -> None", |
3823 | 3823 | "source_file": "policyengine_us_data/calibration/unified_calibration.py" |
3824 | 3824 | }, |
3825 | | - "stage2_target_catalog_load": { |
3826 | | - "docstring": "Load target include/exclude config from YAML.\n\nArgs:\n path: Path to YAML config file.\n\nReturns:\n Parsed config dict with include and exclude lists.", |
3827 | | - "id": "stage2_target_catalog_load", |
3828 | | - "kind": "function", |
3829 | | - "line": 525, |
3830 | | - "metadata": { |
3831 | | - "api_refs": [ |
3832 | | - "policyengine_us_data.calibration.unified_calibration.load_target_config" |
3833 | | - ], |
3834 | | - "artifacts_in": "[DEFAULT_TARGET_CONFIG_RELATIVE_PATH]", |
3835 | | - "description": "Load the include/exclude target-selection catalog used by Stage 2 package construction.", |
3836 | | - "id": "stage2_target_catalog_load", |
3837 | | - "label": "Load Stage 2 Target Config", |
3838 | | - "node_type": "library", |
3839 | | - "pathways": [ |
3840 | | - "calibration_package" |
3841 | | - ], |
3842 | | - "source_file": "policyengine_us_data/calibration/unified_calibration.py", |
3843 | | - "stability": "moving", |
3844 | | - "status": "current", |
3845 | | - "validation_commands": [ |
3846 | | - "uv run pytest tests/unit/calibration/test_target_config.py" |
3847 | | - ] |
3848 | | - }, |
3849 | | - "object_path": "policyengine_us_data.calibration.unified_calibration.load_target_config", |
3850 | | - "signature": "def load_target_config(path: str) -> dict", |
3851 | | - "source_file": "policyengine_us_data/calibration/unified_calibration.py" |
3852 | | - }, |
3853 | 3825 | "stage2_target_config_apply": { |
3854 | 3826 | "docstring": "Filter target rows before matrix construction.", |
3855 | 3827 | "id": "stage2_target_config_apply", |
|
3905 | 3877 | "signature": "def resolve_target_config_identity(target_config_path: str | Path | None = None, *, all_active_targets: bool = False, repo_root: str | Path | None = None) -> TargetConfigIdentity", |
3906 | 3878 | "source_file": "policyengine_us_data/calibration_package/specs.py" |
3907 | 3879 | }, |
| 3880 | + "stage2_target_config_load": { |
| 3881 | + "docstring": "Load target include/exclude config from YAML.\n\nArgs:\n path: Path to YAML config file.\n\nReturns:\n Parsed config dict with include and exclude lists.", |
| 3882 | + "id": "stage2_target_config_load", |
| 3883 | + "kind": "function", |
| 3884 | + "line": 525, |
| 3885 | + "metadata": { |
| 3886 | + "api_refs": [ |
| 3887 | + "policyengine_us_data.calibration.unified_calibration.load_target_config" |
| 3888 | + ], |
| 3889 | + "artifacts_in": "[DEFAULT_TARGET_CONFIG_RELATIVE_PATH]", |
| 3890 | + "description": "Load the YAML include/exclude target-selection config used by Stage 2 package construction.", |
| 3891 | + "id": "stage2_target_config_load", |
| 3892 | + "label": "Load Stage 2 Target Config", |
| 3893 | + "node_type": "library", |
| 3894 | + "pathways": [ |
| 3895 | + "calibration_package" |
| 3896 | + ], |
| 3897 | + "source_file": "policyengine_us_data/calibration/unified_calibration.py", |
| 3898 | + "stability": "moving", |
| 3899 | + "status": "current", |
| 3900 | + "validation_commands": [ |
| 3901 | + "uv run pytest tests/unit/calibration/test_target_config.py" |
| 3902 | + ] |
| 3903 | + }, |
| 3904 | + "object_path": "policyengine_us_data.calibration.unified_calibration.load_target_config", |
| 3905 | + "signature": "def load_target_config(path: str) -> dict", |
| 3906 | + "source_file": "policyengine_us_data/calibration/unified_calibration.py" |
| 3907 | + }, |
3908 | 3908 | "stage4_release_candidate_bundle_builder": { |
3909 | 3909 | "docstring": "Build a candidate bundle from a Stage 4 output contract shape.", |
3910 | 3910 | "id": "stage4_release_candidate_bundle_builder", |
|
0 commit comments