十分位分析
确认排序指标、分析实体和方向,将有效样本等频划分为十组,报告每组样本量、指标范围、核心结果及累计贡献。标记空值和并列值处理方式,并给出可执行的分层策略。
Tool routing
- Use
get_schemato identify the entity key, ranking metric, target metric, and source table. - Use
query_datato verify field names, null handling needs, and sample distribution. - Use
run_analysiswithanalysis_name="Data_Decile_Analysis"for the decile computation. - Use
generate_charton returned decile result tables afterrun_analysissucceeds.
Implementation reference
- Tool entry:
agent/tools/business/data.py::_tool_run_analysis - Analysis registry:
Function/Analyze/registry.py - Analysis implementation:
Function/Analyze/Data_Decile_Analysis/analyze.py - Chart implementation:
Function/Charts_generation/chart_generate.py