predict
Generate point, interval, or quantile forecasts from a fitted time series estimator for a specified horizon.
Instructions
Generate predictions from a fitted estimator. Supports different modes like predict, predict_interval, predict_quantiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Prediction mode | predict |
| alpha | No | Alpha values for quantiles (float or list of floats) | |
| horizon | No | Forecast horizon (default: 12) | |
| X_handle | No | Optional: Handle from load_data_source for X data | |
| coverage | No | Coverage level for intervals (float or list of floats) | |
| y_handle | No | Optional: Handle from load_data_source for y data (needed for annotators) | |
| X_dataset | No | Optional: Demo dataset name for X data | |
| y_dataset | No | Optional: Demo dataset name for y data | |
| estimator_handle | Yes | Handle of a fitted estimator |