Recipe Gallery#
The runnable gallery lives in examples/recipes/. Gallery recipes must use current top-level layer keys, not the legacy path: 1_data_task wrapper.
Use:
from pathlib import Path
import macroforecast as mf
result = mf.run(Path("examples/recipes/l4_minimal_ridge.yaml"))
or:
macroforecast run examples/recipes/l4_minimal_ridge.yaml -o out/l4_minimal_ridge
Recommended first recipes:
Recipe |
Use it for |
|---|---|
|
Small end-to-end custom-panel recipe. |
|
AR-p benchmark versus ridge with DM-HLN and MCS blocks. |
|
Broader L6 statistical-test coverage. |
|
Paper-style replication scaffold. |
Do not describe optional extras unless the recipe actually imports that family. Keep this page generated or smoke-test-backed.