Week 7

Classification Fundamentals

Features, labels, train-test split, basic classifiers, and evaluation.

Learning goals

Suggested classroom flow

SessionFocusOutput
Day 1Concept introduction and guided examplesNotebook or script
Day 2Hands-on lab and teacher walkthroughWorking code
Day 3Practice tasks and discussionAssignment draft
Day 4Assessment and mini projectSubmission

Mini project

Student Pass Predictor

Outcome for the week: students should finish with usable code, a short explanation, and at least one visual or result artifact.

Quick MCQ preview

Q1. Classification predicts?

Explanation: Classification predicts classes or labels.

Q2. Which split is commonly used to evaluate a model?

Explanation: Train-test split is standard.

Q3. Precision is most important when?

Explanation: Precision matters when false positives are costly.