Frame Availability
Current group: Official transform / frame availability
missing_availability decides how Layer 1 closes availability gaps after the
source frame exists. It is a source-frame policy, not a forecast-time
information policy and not raw-source repair.
Runtime order:
Load FRED data, custom data, or FRED-plus-custom data.
Apply raw-source missing/outlier policies when non-default values are set.
Apply official FRED transform codes when available and enabled.
Apply
missing_availabilityto the resulting Layer 1 source frame.Hand the source frame to Layer 2 representation and research preprocessing.
Axis |
Choices |
Default / rule |
|---|---|---|
|
|
Default |
Value catalog
Value |
Meaning |
|---|---|
|
Default. Fill predictor leading gaps after source-frame construction; target gaps remain guarded by target availability checks. |
|
Require complete rows for the source frame. Use when the study intentionally avoids any frame-level missingness. |
|
Keep rows that are usable under the current target/predictor availability contract. |
|
Impute predictor x gaps only. Requires |
Boundary rule:
Raw missing values already present in loaded source files belong to 4.1.5 Raw Source Cleaning.
Publication timing belongs to 4.1.2 Forecast-Time Information.
Researcher-chosen missing-data strategies after representation construction belong to Layer 2.
Target y imputation is not done by this axis. Missing target values remain a supervised-learning contract issue.
YAML:
path:
1_data_task:
fixed_axes:
missing_availability: zero_fill_leading_predictor_gaps
Predictor-only imputation example:
path:
1_data_task:
fixed_axes:
missing_availability: impute_predictors_only
leaf_config:
x_imputation: ffill