|
3788 | 3788 | "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", |
3789 | 3789 | "source_file": "policyengine_us_data/calibration/unified_calibration.py" |
3790 | 3790 | }, |
3791 | | - "stage2_target_catalog_load": { |
3792 | | - "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.", |
3793 | | - "id": "stage2_target_catalog_load", |
3794 | | - "kind": "function", |
3795 | | - "line": 522, |
3796 | | - "metadata": { |
3797 | | - "api_refs": [ |
3798 | | - "policyengine_us_data.calibration.unified_calibration.load_target_config" |
3799 | | - ], |
3800 | | - "artifacts_in": "[DEFAULT_TARGET_CONFIG_RELATIVE_PATH]", |
3801 | | - "description": "Load the include/exclude target-selection catalog used by Stage 2 package construction.", |
3802 | | - "id": "stage2_target_catalog_load", |
3803 | | - "label": "Load Stage 2 Target Config", |
3804 | | - "node_type": "library", |
3805 | | - "pathways": [ |
3806 | | - "calibration_package" |
3807 | | - ], |
3808 | | - "source_file": "policyengine_us_data/calibration/unified_calibration.py", |
3809 | | - "stability": "moving", |
3810 | | - "status": "current", |
3811 | | - "validation_commands": [ |
3812 | | - "uv run pytest tests/unit/calibration/test_target_config.py" |
3813 | | - ] |
3814 | | - }, |
3815 | | - "object_path": "policyengine_us_data.calibration.unified_calibration.load_target_config", |
3816 | | - "signature": "def load_target_config(path: str) -> dict", |
3817 | | - "source_file": "policyengine_us_data/calibration/unified_calibration.py" |
3818 | | - }, |
3819 | 3791 | "stage2_target_config_apply": { |
3820 | 3792 | "docstring": "Filter target rows before matrix construction.", |
3821 | 3793 | "id": "stage2_target_config_apply", |
|
3871 | 3843 | "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", |
3872 | 3844 | "source_file": "policyengine_us_data/calibration_package/specs.py" |
3873 | 3845 | }, |
| 3846 | + "stage2_target_config_load": { |
| 3847 | + "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.", |
| 3848 | + "id": "stage2_target_config_load", |
| 3849 | + "kind": "function", |
| 3850 | + "line": 522, |
| 3851 | + "metadata": { |
| 3852 | + "api_refs": [ |
| 3853 | + "policyengine_us_data.calibration.unified_calibration.load_target_config" |
| 3854 | + ], |
| 3855 | + "artifacts_in": "[DEFAULT_TARGET_CONFIG_RELATIVE_PATH]", |
| 3856 | + "description": "Load the YAML include/exclude target-selection config used by Stage 2 package construction.", |
| 3857 | + "id": "stage2_target_config_load", |
| 3858 | + "label": "Load Stage 2 Target Config", |
| 3859 | + "node_type": "library", |
| 3860 | + "pathways": [ |
| 3861 | + "calibration_package" |
| 3862 | + ], |
| 3863 | + "source_file": "policyengine_us_data/calibration/unified_calibration.py", |
| 3864 | + "stability": "moving", |
| 3865 | + "status": "current", |
| 3866 | + "validation_commands": [ |
| 3867 | + "uv run pytest tests/unit/calibration/test_target_config.py" |
| 3868 | + ] |
| 3869 | + }, |
| 3870 | + "object_path": "policyengine_us_data.calibration.unified_calibration.load_target_config", |
| 3871 | + "signature": "def load_target_config(path: str) -> dict", |
| 3872 | + "source_file": "policyengine_us_data/calibration/unified_calibration.py" |
| 3873 | + }, |
3874 | 3874 | "stage4_release_candidate_bundle_builder": { |
3875 | 3875 | "docstring": "Build a candidate bundle from a Stage 4 output contract shape.", |
3876 | 3876 | "id": "stage4_release_candidate_bundle_builder", |
|
0 commit comments