Skip to course content
Free course

Applied Machine Learning Algorithms / Module 8

Module 8 activity

Activity: Create a feature and inspection memo

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

Run feature selection, identify the columns that carry no signal, and report what removing them does to both score and model size.

Required sections

  1. Problem and decision.
  2. A ranking of features by importance, with the method named.
  3. Which features you removed and why.
  4. Validation score before and after removal.
  5. Keep, delay, or reject the reduced feature set.
  6. Limitation note.

Rules

  • The dataset ships two columns with no relationship to the target. If your method does not find them, say so — that is a result about the method.
  • Importance from a single fit is unstable. Repeat with a different seed before trusting a ranking.
  • Removing a feature that improves the test score is selection on the test set.

Output

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