跳到主要内容
知仓学习社ZHICANG

demand-forecasting-engine

AI-powered demand prediction skill using historical data, market signals, and external factors for improved forecast accuracy

不碰外部(只输出文字)无严重或高危命中a5c-ai/babysitter

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Demand Forecasting Engine

Overview

The Demand Forecasting Engine is an AI-powered skill that generates accurate demand predictions using historical data, market signals, and external factors. It employs multiple forecasting methods including time series analysis and machine learning models to improve forecast accuracy and support inventory planning decisions.

Capabilities

  • Time Series Forecasting (ARIMA, Prophet, etc.): Apply classical and modern time series methods for demand prediction
  • Machine Learning Demand Models: Use ML algorithms to capture complex demand patterns and relationships
  • Promotional Lift Modeling: Incorporate promotional calendar and estimate promotional demand lift
  • External Factor Integration (Weather, Events): Include weather, events, and economic indicators in forecasts
  • Forecast Accuracy Measurement: Track and report forecast accuracy using standard metrics (MAPE, bias, etc.)
  • Demand Sensing with POS Data: Incorporate point-of-sale data for short-term demand adjustments
  • New Product Forecasting: Generate forecasts for new products using analogous items or market research

Tools and Libraries

  • Prophet
  • statsmodels
  • scikit-learn
  • TensorFlow/PyTorch
  • Demand Planning Platforms

Used By Processes

  • Demand Forecasting
  • Reorder Point Calculation
  • ABC-XYZ Analysis

Usage

skill: demand-forecasting-engine
inputs:
  item:
    sku: "SKU001"
    category: "Consumer Electronics"
    lifecycle_stage: "mature"
  historical_data:
    frequency: "weekly"
    periods: 104  # 2 years
    data: [...]  # Weekly demand values
  external_factors:
    include_seasonality: true
    include_promotions: true
    promotion_calendar:
      - date: "2026-02-14"
        type: "price_reduction"
        expected_lift: 1.5
    include_weather: false
  forecast_parameters:
    horizon_periods: 12
    confidence_level: 95
    methods: ["prophet", "arima", "ml_ensemble"]
outputs:
  forecasts:
    method: "ml_ensemble"  # Best performing method
    predictions:
      - period: "2026-W05"
        forecast: 1250
        lower_bound: 1125
        upper_bound: 1375
      - period: "2026-W06"
        forecast: 1180
        lower_bound: 1062
        upper_bound: 1298
  accuracy_metrics:
    historical_mape: 8.5
    historical_bias: -2.1
    tracking_signal: 0.3
  method_comparison:
    prophet: { mape: 9.2, bias: -1.5 }
    arima: { mape: 10.1, bias: 2.3 }
    ml_ensemble: { mape: 8.5, bias: -2.1 }
  recommendations:
    best_method: "ml_ensemble"
    forecast_review_flag: false
    anomalies_detected: []

Integration Points

  • Enterprise Resource Planning (ERP) Systems
  • Demand Planning Systems
  • Inventory Management Systems
  • Point of Sale (POS) Systems
  • External Data Providers

Performance Metrics

  • Forecast accuracy (MAPE)
  • Forecast bias
  • Tracking signal
  • Value-added improvement
  • Forecast coverage

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,796
本站分层T1
该仓技能数2115
原文件路径library/specializations/domains/business/logistics/skills/demand-forecasting-engine/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 2115 个技能

同名技能的其他版本

有 2 个不同仓库或目录里都有叫 demand-forecasting-engine 的技能。它们内容并不相同,别混用:

  • a5c-ai/babysitter — Statistical demand forecasting skill using multiple algorithms with automatic model select