Back to curriculum
Foundation project·60-90 minutes
Foundation Project: Evidence Before Models
Audit a small tabular dataset, create a leakage-safe summary, and decide what can be claimed before training a complex model.
Scenario
A study-planning team wants to predict course completion from hours studied and prior quiz results. You must determine whether the sample supports a modeling experiment and establish a transparent baseline.
You will demonstrate
- Define one row, target, prediction time, and error costs.
- Compute training-only summaries and a deterministic baseline.
- Separate implementation evidence from generalization evidence.
Project evidence
Complete each deliverable.
Runnable Python lab
Build and audit a threshold baseline
Compute confusion counts and cost for a transparent pass-risk rule.
Project defense
Which result most directly invalidates the evaluation?
Assessment rubric
- Definitions are precise enough for another learner to reproduce.
- Held-out information does not influence fitted values.
- Every claim points to an observable result.
- Limitations and next evidence are explicit.
Project completion gate
Complete all deliverables, pass the automated code checks, and defend the key decision.
Deliverables 0/4Code pendingDefense pending