Files
iov_data_analysis_agent/config/templates/comparison.yaml

19 lines
647 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: 分组对比分析
description: 对比不同分组之间的差异和特征
steps:
- name: 分组统计
description: 计算各组的统计指标
prompt: 按分组列分组,计算数值列的均值、中位数、标准差
- name: 分组可视化对比
description: 绘制对比图表
prompt: 绘制各组的柱状图和箱线图,直观对比差异
- name: 差异显著性检验
description: 统计检验组间差异
prompt: 进行t检验或方差分析判断组间差异是否显著
- name: 对比结论
description: 总结对比结果
prompt: 总结各组特征、主要差异和业务洞察