Skip to course content
Free course

Machine Learning Foundations / Module 3

Module 3 check

Module 3 Assessment: First Supervised Baselines

Assessment ID: ML-M03-QA01 Estimated active time: 35-45 minutes Status: Draft

Part A: Concept checks

Answer in one or two sentences.

  1. What is the difference between regression and classification?
  2. Why do we split data into training and test rows before fitting?
  3. Why should the target column not be inside X?
  4. What does a dummy baseline tell us?
  5. What does MAE mean in the quiz-score example?
  6. Why is accuracy only a first classification metric?
  7. What is a predicted probability?
  8. Why does one train/test split not prove that a model is ready for real use?

Part B: Applied task

Use the supplied synthetic Module 3 datasets.

  1. Train a median dummy regressor and a linear regression model for quiz_score_day10.
  2. Report test MAE for both.
  3. Train a most-frequent dummy classifier and a logistic regression classifier for completed_module1_by_day10.
  4. Report test accuracy for both.
  5. Inspect at least five predicted probabilities from the classifier.

Part C: Explanation

Write 4-6 sentences explaining:

  • which candidate beat its baseline;
  • how to read the regression error;
  • how to read the classification accuracy;
  • one reason the classification metric is incomplete; and
  • two limitations of the exercise.

Rubric

LevelEvidence
PassCorrectly separates regression and classification; excludes targets from features; uses train/test split; reports both dummy baselines and candidates; interprets MAE and accuracy in plain English; explains limitations.
ReviseRuns most of the modelling steps but misses one important explanation, baseline, or target/feature boundary.
Not yetUses the target as a feature, evaluates on training data only, omits baselines, or claims the model is ready for real learners.

Safety rule

Do not use real personal, confidential, employer, client, health, financial, authentication, or sensitive data.