Skip to course content
Free course

Applied Machine Learning Algorithms / Module 4

Module 4 activity

Activity: Create a probability-quality report

Estimated active time: 45-75 minutes

Scenario

Use the synthetic learner-support dataset. The fictional platform wants to decide which model families deserve a place in an algorithm portfolio.

Task

Fit a probabilistic classifier, then check whether its probabilities mean what they say by bucketing predictions against outcomes.

Required sections

  1. Problem and decision.
  2. Validation accuracy, and a calibration table with at least four confidence buckets.
  3. For each bucket: predicted probability, actual rate, and the count of rows.
  4. Whether the model is over- or under-confident, with the buckets as evidence.
  5. Keep, delay, or reject against the Module 1 baselines.
  6. Limitation note.

Rules

  • A bucket with fewer than about ten rows is noise — report the count beside every rate.
  • Do not describe a model as calibrated without showing the table.
  • Accuracy and calibration are separate properties. Report both.

Output

Use the relevant learner-resource template from learner-resources/ or write a one-page memo with the same sections.