Reference#
Current workflow reference for the clean public Python API and callable module boundaries. Dataset descriptions live in FRED Datasets.
Start with Documentation Map if you are deciding what to inspect. Use this page when you already know the part of the workflow you want to read.
First Review Path#
Order |
Page |
Why it comes first |
|---|---|---|
1 |
Shows which page answers which question. |
|
2 |
Defines module ownership and runner composition. |
|
3 |
Confirms what old runtime functionality is covered, removed, or deferred. |
|
4 |
Lists importable public symbols. |
|
5 |
Shows formula/reference anchors and future verification expansion. |
Workflow Groups#
Group |
Pages |
Owns |
|---|---|---|
Orientation |
Documentation Map, Workflow, Legacy Coverage, Reference Verification, Public API |
How the package is organized and what is currently covered. |
Package Configuration |
Package-wide defaults used only when a direct function or runner policy does not pass a more specific value. |
|
Data Pipeline |
Data loading, metadata, cleaning, summaries, and before/after checks. See FRED Datasets for dataset pages. |
|
Feature Pipeline |
One-series filters/smoothers, targets, predictors, transforms, factor/selection tools, and feature diagnostics. |
|
Forecast Pipeline |
Window, Models, Model Ensemble, Model Selection, Forecasting, Forecast Analysis |
Timing, model fits, fit-time model composition, parameter search, runner execution, and forecast diagnostics. |
Evaluation and Testing |
Scores, statistical tests, benchmark comparisons, regimes, aggregation, and reports. |
|
Explanation and Delivery |
Attribution, observation-based dual interpretation, output generation, artifact writing, paper-table presets, and report/table rendering. |
|
Orchestration |
Comprehensive POOS engine: arms, t-code target resolution, relative RMSE + DM/CW/MCS, combinations, deferred interpretation, and a single report. |
|
Custom Hooks |
User-provided datasets, preprocessing, features, models, policies, tests, interpretation, and artifacts. |
Orientation#
Custom Hooks#
Custom Hooks
Package Configuration#
Package Configuration
Data Pipeline#
Feature Pipeline#
Forecast Pipeline#
Evaluation and Testing#
Evaluation and Testing