Activity: Create a regularised model comparison note
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 ridge and lasso across a range of regularisation strengths and report what each does to coefficients and to validation score.
Required sections
- Problem and decision.
- Validation score at three regularisation strengths, for both ridge and lasso.
- How many coefficients lasso drove to exactly zero, and which.
- The strength you would choose, and the evidence for it.
- Keep, delay, or reject against the Module 1 baselines.
- Limitation note.
Rules
- Standardise features before regularising, or the penalty falls unevenly across columns.
- Do not select the strength on the test set.
- Report which features lasso removed — that list is the interpretable output.
Output
Use the relevant learner-resource template from learner-resources/ or write a one-page memo with the same sections.
