External Factors & Controls Catalog
Control Categories
Calendar Controls (Universal)
| Control | Type | How to Create |
|---|---|---|
is_q4 | Seasonal | date.dt.quarter == 4 |
is_q1 | Seasonal | date.dt.quarter == 1 |
week_of_year | Seasonality | date.dt.isocalendar().week (use Fourier instead if 52+ weeks) |
is_holiday | Event | holidays library for the target country |
days_in_month | Seasonal | date.dt.days_in_month — useful for mon |
[Description truncada. Veja o README completo no GitHub.]