tsf_export_report
Generate a complete, self-contained report of a time series forecasting analysis, covering input data, features, cross-validation, forecasts, and anomalies. Output as HTML or Markdown for sharing or re-rendering from a manifest file.
Instructions
Render every step of the analysis as a report someone can read.
Covers the input and its hash, the features, each cross-validation with its metric table and ranking, the forecasts, any anomaly runs, and the pinned environment -- in the order they happened. HTML is self-contained, with no external stylesheet or script, so it opens correctly years later.
Call it after tsf_export_run at the end of an analysis. Pass a note: the report headlines it as the rationale, and a table of numbers without the reasoning is what makes a reviewer ask for the whole thing again.
Report from manifest_path instead of handle to re-render an older run --
it needs nothing but the manifest file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |