前后端页面同步策略,支持分析模板热编辑以及yaml配置,修改提示词编码,占用符等问题,优化文件扫描
This commit is contained in:
22
config/templates/trend_analysis.yaml
Normal file
22
config/templates/trend_analysis.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
name: 时间序列趋势分析
|
||||
description: 分析数据的时间趋势、季节性和周期性特征
|
||||
steps:
|
||||
- name: 时间序列数据准备
|
||||
description: 将数据转换为时间序列格式
|
||||
prompt: 将时间列转换为日期格式,按时间排序数据
|
||||
|
||||
- name: 趋势可视化
|
||||
description: 绘制时间序列图
|
||||
prompt: 绘制数值随时间的变化趋势图,添加移动平均线
|
||||
|
||||
- name: 趋势分析
|
||||
description: 识别上升、下降或平稳趋势
|
||||
prompt: 计算趋势线斜率,判断整体趋势方向和变化速率
|
||||
|
||||
- name: 季节性分析
|
||||
description: 检测季节性模式
|
||||
prompt: 分析月度、季度等周期性模式,绘制季节性分解图
|
||||
|
||||
- name: 异常点检测
|
||||
description: 识别时间序列中的异常点
|
||||
prompt: 使用统计方法检测时间序列中的异常值,标注在图表上
|
||||
Reference in New Issue
Block a user