Assignment 4

Tuning parameters selection with cross-validation

Published

October 20, 2023

Deadline

Due date: 11:59pm on Sunday, 29 October 2023.

Use the corresponding invite link in this google doc (accessible with your EPFL account) to accept the assignment. Then go to the course GitHub organization and locate the repo titled ae-4-YOUR_GITHUB_USERNAME to get started.

Submission requirements

You are required to hand in a PDF version of your report report.pdf (generated from the quarto file report.qmd) and the quarto file itself. The report.qmd should contain all the code necessary to reproduce your results: you should not show the actual code in the PDF report, unless you want to point out something specific.

Your README.md should contain instructions on how to reproduce the PDF report from the quarto file. This can be useful if you have issues with the automatic generation of the PDF report right before the deadline.

Checklist:

  1. report.pdf in GitHub repository (generated from report.qmd)
  2. source code in GitHub repository (should be able to run from top to bottom)
  3. README.md with instructions on how to run the code and reproduce the PDF report