Build an Anomaly-Detection Pipeline for Pharma Cold-Chain Logistics
Overview
What this challenge is about.
You receive 18 months of shipment telemetry (around 60,000 shipments, around 12 million sensor readings) plus a hand-labeled set of 1,200 incidents (mix of true excursions, sensor faults, and false positives from the old rules). Engineer features per shipment (peak excursion, area-under-curve above threshold, derivative spikes, sensor disagreement), train an anomaly detection model (Isolation Forest or autoencoder), and tune the operating point against the labeled set. Success is precision above 0.9 on 'reject' and recall above 0.95 on confirmed excursions.
The Brief
What you'll do, and what you'll demonstrate.
Replace threshold-rule alerting with a triage model that hits precision above 0.9 on 'reject' and recall above 0.95 on excursions.
Earning criteria — what you'll demonstrate
- Engineer time-series features informed by domain knowledge
- Compare distance, density, and reconstruction-based anomaly methods
- Select operating points using precision-recall trade-offs
- Quantify the business impact of a model in monetary terms
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
Careers
Roles this prepares you for.
Real titles. Real skill bridges. Pick the one closest to your trajectory.
Machine Learning Engineer
Shipping an anomaly model with an explicit operating point and a business memo is exactly what a junior MLE owns in their first project.
This challenge sharpens
- anomaly-detection
- model-evaluation
- python
Data Scientist
Domain-informed feature engineering on noisy real-world sensors is a classic data-scientist deliverable.
This challenge sharpens
- feature-engineering
- time-series
- anomaly-detection
Applied AI Scientist
Translating a model improvement into euros saved is the hallmark of applied-AI-scientist communication.
This challenge sharpens
- model-evaluation
- thresholding
- anomaly-detection