Data Science learning roadmap
Frame, validate, deploy, and responsibly operate predictive systems whose complexity is earned by evidence.
What you will learn
- 0114h
ML Fundamentals
Frame a prediction problem, define its target and cost of error, and build a reproducible baseline before tuning models.
Problem & target framing · Baselines · Reproducible pipelines
- 0210h
Feature Engineering
Create leakage-safe feature transformations and prove that each retained feature improves a cross-validated baseline.
Encodings & scaling · Leakage traps · Feature selection
- 0312h
Model Building & Evaluation
Evaluate errors with business-aligned metrics, calibration, subgroup analysis, and an untouched final test set.
Metrics & thresholds · Calibration · Error & subgroup analysis
- 0412h
Experimentation & A/B Testing
Design a powered experiment with a decision rule, guardrail metrics, validity checks, and an honest interpretation of uncertainty.
Experiment design · Power & effect size · Validity & decision rules
- 0512h
Model Deployment
Package the chosen model behind a tested API with versioned artifacts, input validation, latency measurement, and rollback instructions.
Validated inference API · Artifact versioning · Latency & rollback
- 0618h
Advanced Modeling
Choose an advanced method that matches the data structure, validate it correctly, and ship it only when measured value justifies added cost and risk.
Problem-shaped model choice · Grouped & temporal validation · Complexity trade-offs
- 0716h
Responsible Production Capstone
Ship the cumulative project with reproducible training, a model card, monitored inference, responsible-use checks, and a stakeholder decision memo.
Model documentation · Monitoring contract · Responsible release