tsf_forecast
Fit validated models on full time series history and generate point and interval forecasts for h periods ahead. Write full results to parquet with a small inline preview.
Instructions
Fit on the full history and forecast h periods ahead with intervals.
Use after tsf_cross_validate has justified the model choice. The full forecast goes to parquet; the response carries the path, the column list, the row count and a small preview. Read the parquet for anything more -- raising max_preview_rows to dump the frame into the conversation is the one thing that reliably ruins a long session.
LONG-RUNNING for foundation models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |