forecasting-time-series-data
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTime Series Forecaster
时间序列预测器
This skill provides automated assistance for time series forecaster tasks.
本技能为时间序列预测任务提供自动化辅助支持。
Overview
概述
This skill provides automated assistance for time series forecaster tasks.
This skill empowers Claude to perform time series forecasting, providing insights into future trends and patterns. It automates the process of data analysis, model selection, and prediction generation, delivering valuable information for decision-making.
本技能为时间序列预测任务提供自动化辅助支持。
该技能赋能Claude执行时间序列预测,提供对未来趋势和模式的洞察。它自动化数据分析、模型选择和预测生成的流程,为决策提供有价值的信息。
How It Works
工作原理
- Data Analysis: Claude analyzes the provided time series data, identifying key characteristics such as trends, seasonality, and autocorrelation.
- Model Selection: Based on the data characteristics, Claude selects an appropriate forecasting model (e.g., ARIMA, Prophet).
- Prediction Generation: The selected model is trained on the historical data, and future values are predicted along with confidence intervals.
- 数据分析:Claude会分析提供的时间序列数据,识别关键特征,如趋势、季节性和自相关性。
- 模型选择:基于数据特征,Claude会选择合适的预测模型(如ARIMA、Prophet)。
- 预测生成:使用历史数据训练选定的模型,并生成未来数值的预测结果及置信区间。
When to Use This Skill
使用场景
This skill activates when you need to:
- Forecast future sales based on past sales data.
- Predict website traffic for the next month.
- Analyze trends in stock prices over the past year.
当你需要以下操作时,可激活本技能:
- 基于过往销售数据预测未来销售额。
- 预测下个月的网站流量。
- 分析过去一年的股价趋势。
Examples
示例
Example 1: Forecasting Sales
示例1:销售额预测
User request: "Forecast sales for the next quarter based on the past 3 years of monthly sales data."
The skill will:
- Analyze the historical sales data to identify trends and seasonality.
- Select and train a suitable forecasting model (e.g., ARIMA or Prophet).
- Generate a forecast of sales for the next quarter, including confidence intervals.
用户请求:“基于过去3年的月度销售数据,预测下一季度的销售额。”
该技能会:
- 分析历史销售数据,识别趋势和季节性。
- 选择并训练合适的预测模型(如ARIMA或Prophet)。
- 生成下一季度的销售额预测结果,包含置信区间。
Example 2: Predicting Website Traffic
示例2:网站流量预测
User request: "Predict weekly website traffic for the next month based on the last 6 months of data."
The skill will:
- Analyze the website traffic data to identify patterns and seasonality.
- Choose an appropriate time series forecasting model.
- Generate a forecast of weekly website traffic for the next month.
用户请求:“基于过去6个月的数据,预测下个月的每周网站流量。”
该技能会:
- 分析网站流量数据,识别模式和季节性。
- 选择合适的时间序列预测模型。
- 生成下个月的每周网站流量预测结果。
Best Practices
最佳实践
- Data Quality: Ensure the time series data is clean, complete, and accurate for optimal forecasting results.
- Model Selection: Choose a forecasting model appropriate for the characteristics of the data (e.g., ARIMA for stationary data, Prophet for data with strong seasonality).
- Evaluation: Evaluate the performance of the forecasting model using appropriate metrics (e.g., Mean Absolute Error, Root Mean Squared Error).
- 数据质量:确保时间序列数据干净、完整且准确,以获得最优预测结果。
- 模型选择:根据数据特征选择合适的预测模型(如针对平稳数据使用ARIMA,针对具有强季节性的数据使用Prophet)。
- 评估:使用合适的指标(如平均绝对误差、均方根误差)评估预测模型的性能。
Integration
集成
This skill can be integrated with other data analysis and visualization tools within the Claude Code ecosystem to provide a comprehensive solution for time series analysis and forecasting.
本技能可与Claude Code生态系统中的其他数据分析和可视化工具集成,为时间序列分析和预测提供全面解决方案。
Prerequisites
前提条件
- Appropriate file access permissions
- Required dependencies installed
- 具备适当的文件访问权限
- 已安装所需依赖项
Instructions
操作说明
- Invoke this skill when the trigger conditions are met
- Provide necessary context and parameters
- Review the generated output
- Apply modifications as needed
- 当触发条件满足时调用本技能
- 提供必要的上下文和参数
- 查看生成的输出结果
- 根据需要进行修改
Output
输出
The skill produces structured output relevant to the task.
该技能会生成与任务相关的结构化输出。
Error Handling
错误处理
- Invalid input: Prompts for correction
- Missing dependencies: Lists required components
- Permission errors: Suggests remediation steps
- 无效输入:提示进行修正
- 缺少依赖项:列出所需组件
- 权限错误:建议补救步骤
Resources
资源
- Project documentation
- Related skills and commands
- 项目文档
- 相关技能和命令