[Bug] AI Node 模型推理结果如何保存回IOTDB以便与真实数据作对比
- 主要语言
- Java
- 星标
- 6.4k
- 派生
- 1.2k
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 115
描述
### Search before asking
- [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar.
### Version
1.3.3
### Describe the bug and provide the minimal reproduce step
1. 使用以下SQL推理: call inference(_STLForecaster, "select s0,s1,s2 from root.eg.voltage", window=head(96),predict_length=48)
2. 输出数据直接显示到console中
3. 输出数据
1.不能回填到IOT DB
2.不包含时间序列
由于缺少以上功能不便与直接作图对比
### What did you expect to see?
推理输出数据可以指定时间间隔并回填到另外一个time series中
### What did you see instead?
推理输出数据可以指定时间间隔并回填到另外一个time series中
### Anything else?
_No response_
### Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!
贡献指南
调研方向
复现 issue 中的 CALL inference(_STLForecaster, ...) query,并检查其输出是如何生成并返回控制台的。跟踪 inference 的入口点,并确定 interval 和目标时间序列可以如何表示。完成标准是 inference 结果保留时间戳,并且可以写入另一个 IoTDB 时间序列,以便与真实数据进行比较。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- sql
- 领域
- databases, machine-learning
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100