返回 Skills Library
数据分析 来源:GitHub 协议:Apache-2.0 协议已标注

timesfm

用 TimesFM 组织时间序列预测的数据准备、推断与结果检查。

31.3K GitHub stars 2026-09-05 星标同步 2026-07-16 收录时间
#forecasting#time-series#data

快速判断

01这个 Skill 是干嘛的
用 TimesFM 完成时间序列数据准备、预测推断和结果检查。
02它能解决什么问题
解决预测任务模型接入复杂、数据窗口处理不统一和结果缺少基础验证的问题。
03它适合谁来用
适合有时间序列数据、需要快速建立预测基线的数据科学家和研究者。

预览 · README.md

中文为 README 译文;English 保留 GitHub README 原文。

timesfm

用 TimesFM 组织时间序列预测的数据准备、推断与结果检查。

主要能力

Zero-shot time series forecasting with Google's TimesFM foundation model. Use this skill when forecasting ANY univariate time series — sales, sensor readings, stock prices, energy demand, patient vitals, weather, or scientific measurements — without training a custom model. Supports both basic forecasting and advanced covariate forecasting (XReg) with dynamic and static exogenous variables. Automatically checks system RAM/GPU before loading the model, validates dataset fit before processing, supports CSV/DataFrame/array inputs, and returns point forecasts with calibrated prediction intervals. Includes a preflight system checker script that MUST be run before first use to verify the machine can load the model and handle your specific dataset.

使用方式

仓库级安装会保留完整目录;本次核验的入口是 timesfm-forecasting/SKILL.md。使用前先阅读英文 README 与原始 SKILL.md,并按当前 Agent 的目录规范安装。

适用边界

预测质量高度依赖数据分布,不能跳过基线模型和误差回测。

许可与来源

来源:GitHub 公开仓库。核验许可:Apache-2.0。本页是贴近原仓库结构的中文导读,具体参数、依赖和更新记录以英文 README 为准。