Graded assignment
Requirements
- explain the dataset in 1 or 2 paragraphs
- use
tidyverse
- clean, legible
R
code (preferably following something close to the Google style guide)
- a simple model
- improved by a more complex model
- explain which method you use (regression/classification and what exactly)
- assess your predictions
- interpret the parameters of your method, if applicable.
- if no parameters, interpret the contribution of the features have to the model
- make conclusions about your predictions
- use plots where useful (they are almost always useful)
Grading
Make sure to check the rubric that we are going to use for grading the assignments.
- The different aspects get the following weights:
- Explanation of the data set (15%)
- Correctness of code and output (30%)
- Interpretation/explanation of approach and results (30%)
- Clarity of code and reproducibility (15%)
- Layout and overall appearance (10%)