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 majority-class baseline on this data, and why must it be reported?
  2. Which metric did you choose for the regression task, and why not accuracy?
  3. State your model's score and the gap over its matching baseline.
  4. What would a model scoring below the baseline tell you?
  5. Name one limitation of the data rather than of the model.

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

Explain both results against their baselines, and say which of the two tasks the data supports better.

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.