Recipe API#

The Recipe API is the YAML interface for full forecasting studies. Use it when the high-level Simple API is too small: multi-layer DAGs, explicit data policy, model comparisons, statistical tests, interpretation, and output provenance.

A recipe is a top-level mapping whose layer keys are:

0_meta, 1_data, 2_preprocessing, 3_feature_engineering, 4_forecasting_model, 5_evaluation, 6_statistical_tests, 7_interpretation, 8_output.

Diagnostic layers may also appear:

1_5_data_summary, 2_5_pre_post_preprocessing, 3_5_feature_diagnostics, 4_5_generator_diagnostics.

Start here: