Week 7 Assignment
Classification Fundamentals — Assignment Pack
Use these tasks for classwork, homework, lab practice, or portfolio evidence.
Tasks
- Create a tiny pass-fail classifier from student marks using rule-based logic.
- Train a classifier on a toy dataset and print accuracy.
- Explain false positives and false negatives using a medical screening example.
Submission checklist
- Clean code with comments
- Input and output samples
- One short explanation paragraph
- One reflection: what was easy and what was difficult
Teacher note
Encourage students to explain their reasoning. Even in beginner weeks, clarity matters as much as code correctness.