fix(example): update visualization title to clarify demo purpose

- Change title from 'Above 1951-1980 Baseline' to clearer example description
- New title: 'TimesFM Zero-Shot Forecast Example / 36-month Temperature Anomaly → 12-month Forecast'
- Makes it clear this is a demonstration with limited input data
This commit is contained in:
Clayton Young
2026-02-21 16:23:13 -05:00
parent dcde063723
commit 910bcfdc8b
2 changed files with 1 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ def main() -> None:
ax.set_xlabel("Date", fontsize=12)
ax.set_ylabel("Temperature Anomaly (°C)", fontsize=12)
ax.set_title(
"TimesFM Forecast: Global Temperature Anomaly (2025)\nAbove 1951-1980 Baseline",
"TimesFM Zero-Shot Forecast Example\n36-month Temperature Anomaly → 12-month Forecast",
fontsize=14,
fontweight="bold",
)