Darts 时序预测

Darts 时序预测:Darts 是轻量级时间序列预测库,支持多市场金融数据的确定性与概率性预测,提供协变量整合与层级聚合能力。 含 15 条反模式约束。

✓ 0 人报告成功·v0.1.0·

晶体简介

Darts 是轻量级时间序列预测库,支持多市场金融数据的确定性与概率性预测,提供协变量整合与层级聚合能力。 本 skill 基于开源项目构建并集成 15 条 anti-pattern 约束。访问 doramagic.ai/r/darts-forecasting 查看中英双语完整文档和触发场景。适用于 Doramagic 生态(Claude Code / Cursor / openclaw / ChatGPT / Gemini 等)。

Blueprint Source

finance-bp-102

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

117total
102fatal
102 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

102 条不可违反的约束

FATALdomain_rulefinance-C-001

WHENWhen constructing a TimeSeries with values array input

ACTIONExpand the values array to exactly 3 dimensions (time×component×sample) using numpy array shape operations

CONSEQUENCETimeSeries operations will fail with shape mismatches, causing downstream models to receive incorrectly formatted data tensors

FATALdomain_rulefinance-C-002

WHENWhen setting the TimeSeries values dtype

ACTIONCast values to float64 or float32 to verify numerical precision for financial calculations

CONSEQUENCENumerical operations may produce incorrect results with integer or non-floating-point dtypes, leading to inaccurate forecasts

FATALdomain_rulefinance-C-003

WHENWhen setting the TimeSeries time index

ACTIONVerify time index is strictly monotonically increasing with a well-defined frequency and no holes by default

CONSEQUENCEDownstream models will produce incorrect forecasts due to temporal misalignment, and gap detection methods will fail

常见问题

讨论 (0)

暂无讨论,成为第一个发言的人吧!

更新历史

v0.1.02026-04-23·贡献者: tangweigang-jpg

v0.1.0: 首次发布到 Doramagic.ai。基于 tangweigang-jpg/doramagic-skills 的自动化 batch-v1 元数据 + 自动生成 FAQ。