User guide#

Run forecasts on FRED-MD / FRED-QD / FRED-SD or your own data. The only structural difference between consuming the package and customizing it is whether you register a Python callable.

Two paths#

1. Using the package

After the Getting started intro: the high-level Simple API, the full Recipe (YAML) grammar, and FRED dataset references.

Simple API
2. Bring your own

Plug in your own dataset (CSV / Parquet), model, preprocessor, or target transformer.

Bring Your Own Data