Prophet 预测
确认时间列、目标、频率、预测期及已知节假日。用时间切分验证,展示趋势、季节性、预测区间和误差;异常点或结构突变应单独提示。
Tool routing
- Use
get_schemato identify the time column, target column, known holiday or event fields, and source table. - Use
query_dataonly to verify frequency, gaps, outliers, and enough history for trend and seasonality. - Use
run_analysiswithanalysis_name="Time_Series_Prophet"for the actual forecast computation. - Use
generate_charton forecast, trend, or seasonality 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/Time_Series_Prophet/analyze.py - Chart implementation:
Function/Charts_generation/chart_generate.py