Model
Dataset
Enable for zoomable, hoverable multi-model comparison plots. Uses more memory.
Windowing Strategy
How to split time series into windows for training.
Target
The feature to predict.
Past Covariates
Historical-only features (future values unknown at prediction time).
Known Covariates
Features whose future values are known at prediction time (passed to the predictor as known_covariates).
Static Covariates
Per-item constants attached as static features. Models with native support use them directly; others get a covariate_regressor fallback.