ml-supply-chain

Build predictive models for supply chain demand forecasting using Python libraries.

56|16|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/kishorkukreja/awesome-supply-chain --skill ml-supply-chain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-supply-chain
Source: https://github.com/kishorkukreja/awesome-supply-chain/tree/main/skills/ml-supply-chain
Command: npx skills add https://github.com/kishorkukreja/awesome-supply-chain --skill ml-supply-chain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires xgboost, lightgbm, tensorflow, scikit-learn, pandas, numpy, seaborn, matplotlib, opencv-python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers users to apply advanced machine learning and deep learning techniques to solve complex supply chain challenges, from demand forecasting to defect detection.

Core Features & Use Cases

  • Predictive Modeling: Build and train models for demand forecasting, lead time prediction, and shipment delay prediction.
  • Clustering & Segmentation: Segment customers or products based on historical data for targeted strategies.
  • Computer Vision: Detect defects in products using Convolutional Neural Networks (CNNs).
  • Use Case: A user wants to predict demand for a new product line using historical sales data and external factors like promotions and seasonality. This Skill can guide them through feature engineering, model selection (e.g., XGBoost, LSTM), training, and evaluation.

Quick Start

Use the ml-supply-chain skill to build a demand forecasting model using historical sales data.

Frequently Asked Questions about ml-supply-chain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a machine learning model for supply chain demand forecasting?

Supply chain demand forecasting models are built using XGBoost, LightGBM, and TensorFlow. The process involves feature engineering on historical sales data, model training, prediction, and evaluation to accurately forecast future product demand using external factors like seasonality.

Can I use computer vision for product defect detection in a supply chain?

Computer vision for product defect detection in a supply chain is implemented using Convolutional Neural Networks (CNNs) via TensorFlow. This deep learning approach automates quality control by accurately identifying visual anomalies in products.

What is the best way to segment customers or products using historical supply chain data?

Segmenting customers or products using historical supply chain data is achieved through clustering techniques with Scikit-learn. This method groups items based on historical patterns, enabling targeted strategies and optimized inventory management.

Does this approach support predicting shipment delays and lead times?

Predicting shipment delays and lead times is supported through predictive modeling techniques. By applying machine learning algorithms to historical logistics data, you can forecast delivery timelines and anticipate potential supply chain disruptions.

Do I need Python libraries like Pandas and Numpy for supply chain predictive analytics?

Python libraries like Pandas and Numpy are required for supply chain predictive analytics to handle feature engineering and data manipulation. These libraries provide the foundational data structures needed before training models with XGBoost or Scikit-learn.